Skip to content

Commit

Permalink
fix(npm): adding in node token (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock authored Aug 21, 2024
1 parent 95d72e7 commit c85f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: pnpm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
# Need to update sendgrid to enable this
# NPM_CONFIG_PROVENANCE: true

0 comments on commit c85f44a

Please sign in to comment.