Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenriortega authored Feb 12, 2021
1 parent 707f547 commit 40f8fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
node-version: 14.x
registry-url: https://npm.pkg.github.com/
Expand Down

0 comments on commit 40f8fd9

Please sign in to comment.