Skip to content

Commit

Permalink
Merge pull request #10 from lifeomic/provenance-3
Browse files Browse the repository at this point in the history
fix: add permissions for provenance
  • Loading branch information
swain authored Apr 20, 2023
2 parents edbc359 + 7055564 commit 1f086dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
permissions:
id-token: write
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 1f086dd

Please sign in to comment.