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 (#1002)
  • Loading branch information
sorccu authored Dec 10, 2024
1 parent 9c22b5d commit 75797f3
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 75797f3

Please sign in to comment.