Skip to content

Commit

Permalink
fix(ci): use NPM_CONFIG_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jan 5, 2025
1 parent df8ba13 commit 2c46a52
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 @@ -46,5 +46,5 @@ jobs:
publish: bun run changeset-publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: "true"

0 comments on commit 2c46a52

Please sign in to comment.