Skip to content

Commit cd53df4

Browse files
authored
chore: add proper permissions
1 parent 1f00884 commit cd53df4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77
branches: '*'
88

99
jobs:
10-
publish:
10+
release:
11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
issues: write
1115
runs-on: ubuntu-latest
1216
if: ${{ github.ref == 'refs/heads/main' }}
1317
steps:

0 commit comments

Comments
 (0)