Skip to content

Commit

Permalink
ci: add id token write permissions (#1090)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Nov 21, 2024
1 parent 6016465 commit 39da1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
needs: release-please
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
permissions:
id-token: write
contents: write
steps:
# The logic below handles the npm publication:
- name: Checkout Repository
Expand Down

0 comments on commit 39da1a9

Please sign in to comment.