Skip to content

Commit

Permalink
fix: npm auth token (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf authored Oct 24, 2023
1 parent bd7da32 commit f468651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: configure npm auth
run: |
npm config set registry="https://registry.npmjs.org/"
npm config set _authToken=${NPM_TOKEN}
npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN_GRANULAR_ACCESS }}

Expand Down

0 comments on commit f468651

Please sign in to comment.