We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8b466 commit 1ff87a2Copy full SHA for 1ff87a2
.github/workflows/publish_to_npm.yml
@@ -19,9 +19,7 @@ jobs:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- name: Use default Node.js
21
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
22
- with:
23
- registry-url: 'https://registry.npmjs.org'
24
- run: npm ci
25
- run: npm publish --provenance --access public
26
env:
27
- NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
+ NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # See .npmrc for where this is used.
.npmrc
@@ -0,0 +1 @@
1
+ //registry.npmjs.org/:_authToken=${NPM_ACCESS_TOKEN}
0 commit comments