We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4d829 commit 63c74cfCopy full SHA for 63c74cf
.github/workflows/publish-to-npm.yaml
@@ -22,13 +22,14 @@ jobs:
22
registry-url: "https://registry.npmjs.org"
23
scope: "@intersect.mbo"
24
25
- - name: Authenticate with NPM
+ - name: Authenticate with Scoped NPM
26
env:
27
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
NPM_TOKEN_SCOPED: ${{ secrets.NPM_TOKEN }}
+ registry-url: "https://registry.npmjs.org"
29
+ scope: "@intersect.mbo"
30
run: echo "Authentication successful"
-
31
- - name: Verify NPM Authentication
+
32
+ - name: Check NPM Authentication
33
run: npm whoami
34
35
- name: Install dependencies
0 commit comments