Skip to content

Commit 01b03ec

Browse files
committed
wip
1 parent 6618030 commit 01b03ec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check NPM Publish Permissions
33
on:
44
push:
55
env:
6-
NPM_TOKEN: "foo"
6+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
77
jobs:
88
check-npm-permissions:
99
runs-on: ubuntu-latest
@@ -21,10 +21,6 @@ jobs:
2121
run: |
2222
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
2323
24-
- name: List
25-
run: |
26-
npm token list
27-
2824
- name: Check NPM Publish Access
2925
env:
3026
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)