Skip to content

Commit

Permalink
add npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Feb 21, 2024
1 parent f966416 commit ae2dfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- run: yarn build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.DUNE_NPM_TOKEN}}

0 comments on commit ae2dfc6

Please sign in to comment.