Skip to content

Commit 01cf0a7

Browse files
committed
wip
1 parent e3b97d2 commit 01cf0a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-npm-token-permissions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
node-version: 18
2222
registry-url: "https://registry.npmjs.org"
2323

24+
- run: npm token list
25+
2426
- name: Check NPM Authentication
2527
run: |
26-
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
2729
2830
2931
- name: List Packages I can access

0 commit comments

Comments
 (0)