Skip to content

Commit

Permalink
🔒 chore(npm-publish-github-packages.yml): update NODE_AUTH_TOKEN secr…
Browse files Browse the repository at this point in the history
…et name to GITH_PACKAGE_TOKEN for consistency and clarity
  • Loading branch information
alisaitteke committed Dec 21, 2023
1 parent 048f15a commit 6f27254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITH_PACKAGE_TOKEN}}

0 comments on commit 6f27254

Please sign in to comment.