Skip to content

Commit

Permalink
chore: use NODE_AUTH_TOKEN with pnpm vs NPM_AUTH_TOKEN (#1553)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Feb 23, 2023
1 parent 2a1ca43 commit 710f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 710f7ec

Please sign in to comment.