Skip to content

Commit 63c74cf

Browse files
authored
Update publish-to-npm.yaml
Change to scoped key param
1 parent cb4d829 commit 63c74cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish-to-npm.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
registry-url: "https://registry.npmjs.org"
2323
scope: "@intersect.mbo"
2424

25-
- name: Authenticate with NPM
25+
- name: Authenticate with Scoped NPM
2626
env:
27-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2827
NPM_TOKEN_SCOPED: ${{ secrets.NPM_TOKEN }}
28+
registry-url: "https://registry.npmjs.org"
29+
scope: "@intersect.mbo"
2930
run: echo "Authentication successful"
30-
31-
- name: Verify NPM Authentication
31+
32+
- name: Check NPM Authentication
3233
run: npm whoami
3334

3435
- name: Install dependencies

0 commit comments

Comments
 (0)