Skip to content

Commit

Permalink
Merge pull request #8 from doug-wade/try-a-different-token-name
Browse files Browse the repository at this point in the history
try a different environment variable name
  • Loading branch information
doug-wade authored Jan 20, 2024
2 parents a6cbbcd + bfafb0a commit 0ea67ea
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: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0ea67ea

Please sign in to comment.