Skip to content

Commit 2e7a457

Browse files
authored
Test NPM token fix
1 parent bd0edd4 commit 2e7a457

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,11 @@ jobs:
2626
- name: Generate .npmrc
2727
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2828

29+
- name: Use NPM Token with organization read access
30+
uses: dkershner6/use-npm-token-action@v1
31+
with:
32+
token: "${{ secrets.NPM_TOKEN }}"
33+
workspace: ./node
34+
2935
- name: Release version
3036
run: npm run release --ci --npm.skipChecks

0 commit comments

Comments
 (0)