Skip to content

Commit 424b173

Browse files
authored
Merge pull request #946 from CMSgov/QPPA-0000-update-npm-token
QPPA-0000: Update NPM Token
2 parents 10b520d + d3afdec commit 424b173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-beta-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Publish to NPM
7777
run: npm publish --tag beta
7878
env:
79-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
79+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_v2 }}
8080

8181
notify-others:
8282
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Publish to NPM
7373
run: npm publish
7474
env:
75-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
75+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_V2 }}
7676

7777
- name: Merge develop into master
7878
env:

0 commit comments

Comments
 (0)