Skip to content

Commit 151107b

Browse files
authored
Merge pull request #17 from shmokmt/fix-permissions
Add permissions to run release automatically
2 parents a4c066c + f1d0859 commit 151107b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
types:
1010
- labeled
1111

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
1216
jobs:
1317
release:
1418
if: github.event.action != 'labeled'

0 commit comments

Comments
 (0)