We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6f202 commit 7e1019bCopy full SHA for 7e1019b
.github/workflows/check-npm-token-permissions.yml
@@ -16,11 +16,14 @@ jobs:
16
with:
17
node-version: 18
18
registry-url: 'https://registry.npmjs.org/'
19
+
20
21
- name: Configure npm authentication
22
run: |
23
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
24
25
+ - run: npm whoami --registry=https://registry.npmjs.org/ || echo "Not authenticated"
26
27
- name: List Packages I can access
28
29
npm access list packages
0 commit comments