Skip to content

Commit e9b3493

Browse files
fix: add permissions for release workflow
1 parent 7ec1de8 commit e9b3493

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
needs: test
6262
runs-on: ubuntu-latest
6363
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
64+
permissions:
65+
contents: write
66+
packages: write
6467

6568
steps:
6669
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)