Skip to content

Commit

Permalink
chore(workflows): use npm token
Browse files Browse the repository at this point in the history
use npm token
  • Loading branch information
snomiao committed May 29, 2024
1 parent 4b60745 commit 74a475e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- run: bun install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 74a475e

Please sign in to comment.