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 e3b97d2 commit 01cf0a7Copy full SHA for 01cf0a7
.github/workflows/check-npm-token-permissions.yml
@@ -21,9 +21,11 @@ jobs:
21
node-version: 18
22
registry-url: "https://registry.npmjs.org"
23
24
+ - run: npm token list
25
+
26
- name: Check NPM Authentication
27
run: |
- curl -H "Authorization: Bearer ${{ secrets.NPM_TOKEN}}" https://registry.npmjs.org/-/whoami
28
+ curl -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" https://registry.npmjs.org/-/whoami
29
30
31
- name: List Packages I can access
0 commit comments