Skip to content

Commit

Permalink
add permission on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Apr 26, 2024
1 parent f5a7c49 commit f00587e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
release:
needs: lint
runs-on: ubuntu-latest
permissions:
id-token: write # required for provenance https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f00587e

Please sign in to comment.