Skip to content

Commit

Permalink
fix token for publishing package
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed Jun 4, 2024
1 parent da86900 commit 7d8cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: '16'
- name: Configure NPM Token
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Install dependencies
run: npm install
- name: Publish package
Expand Down

0 comments on commit 7d8cd81

Please sign in to comment.