Skip to content

Commit

Permalink
Merge pull request #9 from lifeomic/provenance-2
Browse files Browse the repository at this point in the history
fix: add id-token: write permissions
  • Loading branch information
swain authored Apr 20, 2023
2 parents b4abe51 + e18a152 commit edbc359
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 @@ -12,6 +12,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit edbc359

Please sign in to comment.