Skip to content

Commit

Permalink
Merge pull request #288 from gfscott/provenance
Browse files Browse the repository at this point in the history
Add npm provenance config
  • Loading branch information
gfscott authored Sep 3, 2024
2 parents 3080ff0 + 270ce80 commit 26d28ff
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 @@ -51,6 +51,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true


sync_next:
Expand Down Expand Up @@ -133,3 +134,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 26d28ff

Please sign in to comment.