Skip to content

Commit

Permalink
ci: add npm token to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edumudu committed Mar 11, 2022
1 parent 9b51d51 commit 3d17636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Publishing Library
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Update Package.json version
run: |
Expand Down

0 comments on commit 3d17636

Please sign in to comment.