Skip to content

Commit

Permalink
ci(publish-release): fix for needed permissions by `npm publish --pro…
Browse files Browse the repository at this point in the history
…venance` (#27)
  • Loading branch information
JavierCane authored Jan 15, 2025
1 parent 0e49d08 commit cac24b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
# Needed by googleapis/release-please-action@v4
contents: write
pull-requests: write
# Needed by `npm publish --provenance`
id-token: write
runs-on: ubuntu-latest
steps:
- name: 🍄 Bump package version, create GitHub release, and update changelog
Expand Down

0 comments on commit cac24b9

Please sign in to comment.