Skip to content

Commit

Permalink
ci: use different token to deploy (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Mar 25, 2024
1 parent 7e613fe commit 1672602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
working-directory: dist/npm
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_DEPLOY_TOKEN}}

- name: Publish to JSR
run: deno publish
Expand Down

0 comments on commit 1672602

Please sign in to comment.