Skip to content

Commit 18c3159

Browse files
committed
Add permissions and workflow_dispatch trigger to GitHub Release Actions
1 parent 23ab077 commit 18c3159

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release_gh.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44

55
name: GitHub Release Actions
66

7+
permissions:
8+
contents: write
9+
710
on:
811
release:
912
types: [published]
13+
workflow_dispatch:
1014

1115
jobs:
1216
upload-release-assets:

0 commit comments

Comments
 (0)