Skip to content

Commit

Permalink
Merge pull request #482 from salesforce/npm_auth
Browse files Browse the repository at this point in the history
Fix npm token config for publish
  • Loading branch information
colincasey authored Jan 8, 2025
2 parents 8a9418d + 5bf0608 commit 8cec91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Publish
run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 comments on commit 8cec91f

Please sign in to comment.