Skip to content

Commit

Permalink
feat(github): add NODE_AUTH_TOKEN as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Mar 30, 2022
1 parent e34ce32 commit 4f49a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm run release

- name: Update deployment status (success)
Expand Down

0 comments on commit 4f49a9c

Please sign in to comment.