Skip to content

Commit

Permalink
Use env variable provenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed May 6, 2024
1 parent 3b7ec47 commit cebb8b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn npm publish --provenance --access public
- run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit cebb8b6

Please sign in to comment.