Skip to content

Commit

Permalink
fix(ci): add packages:write scope to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 21, 2024
1 parent ba03454 commit 15f992c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write # To publish a GitHub release
packages: write # To publish to GitHub Package registry
issues: write # To comment on released issues
pull-requests: write # To comment on released pull requests
id-token: write # To enable OIDC for npm provenance
Expand Down

0 comments on commit 15f992c

Please sign in to comment.