Skip to content

Commit

Permalink
Merge pull request #35 from gsoft-inc/fix/release
Browse files Browse the repository at this point in the history
add permission on workflow
  • Loading branch information
fraincs authored Apr 26, 2024
2 parents f5a7c49 + f00587e commit 6defa1c
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 6defa1c

Please sign in to comment.