Skip to content

Commit

Permalink
chore: add back id-token write permission to release workflow
Browse files Browse the repository at this point in the history
Required for provenance when releasing to NPM
  • Loading branch information
pmoeller91-yottaa authored Aug 12, 2024
1 parent 9a04912 commit 39a458b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
contents: write
pull-requests: write
packages: write
id-token: write
steps:
- uses: googleapis/release-please-action@v4
id: release
Expand Down

0 comments on commit 39a458b

Please sign in to comment.