Skip to content

Commit

Permalink
ci: add NPM_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-dosx86 committed Jul 13, 2024
1 parent d00bb8d commit 5452d5f
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 @@ -22,4 +22,4 @@ jobs:
- run: cd projects/ng-error-handlers && npx semantic-release
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
NPM_TOKEN: ${{secrets.GH_TOKEN}}

0 comments on commit 5452d5f

Please sign in to comment.