Skip to content

Commit

Permalink
chore: use "NODE_AUTH_TOKEN" env variable for pnpm publishing (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Sep 7, 2023
1 parent 4687327 commit 5d4e035
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 @@ -41,4 +41,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 5d4e035

Please sign in to comment.