Skip to content

Commit 18471b4

Browse files
committed
chore: add write permissions for contents and issues in CI release workflow
1 parent c44a2ea commit 18471b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
name: Release
5656
needs: test
5757
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
58+
permissions:
59+
contents: write
60+
issues: write
5861
runs-on: ubuntu-latest
5962
steps:
6063
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)