Skip to content

Commit 21c584d

Browse files
ci(github): fix permissions in release.yml
1 parent 45f95b7 commit 21c584d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write
12+
issues: write
1213
pull-requests: write
1314
outputs:
1415
release_created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)