Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
Fixed improper auth token env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
InfoSec812 committed Jun 9, 2020
1 parent 6247a27 commit b092424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') && matrix.node-version == '12.x' }}
run: npm publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}

0 comments on commit b092424

Please sign in to comment.