Skip to content

Commit 7bc8bcb

Browse files
authored
Update publish-to-npm.yaml
1 parent 63c74cf commit 7bc8bcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ jobs:
2424

2525
- name: Authenticate with Scoped NPM
2626
env:
27-
NPM_TOKEN_SCOPED: ${{ secrets.NPM_TOKEN }}
27+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
registry-url: "https://registry.npmjs.org"
2929
scope: "@intersect.mbo"
3030
run: echo "Authentication successful"
3131

3232
- name: Check NPM Authentication
33+
env:
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3335
run: npm whoami
3436

3537
- name: Install dependencies

0 commit comments

Comments
 (0)