Skip to content

Commit

Permalink
chore(workflows): release workflow needs id-token write permission fo…
Browse files Browse the repository at this point in the history
…r npm provenance
  • Loading branch information
sorccu committed Dec 10, 2024
1 parent 9c22b5d commit acea72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
runs-on: ubuntu-latest
environment: production
needs: prerelease
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit acea72c

Please sign in to comment.