Skip to content

Commit

Permalink
feat: set permissions.id-token: write for Node.js Release workflow (#…
Browse files Browse the repository at this point in the history
…18)

To support provenance publishing on npm.
See https://docs.npmjs.com/generating-provenance-statements
  • Loading branch information
ybiquitous authored Apr 24, 2023
1 parent b87b205 commit 069d5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-release-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
timeout-minutes: 10
steps:
- name: Checkout
Expand Down

0 comments on commit 069d5cd

Please sign in to comment.