Skip to content

Commit

Permalink
build: enable npm provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Dec 3, 2024
1 parent d6873b6 commit b5cb313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

- name: Send release notification
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit b5cb313

Please sign in to comment.