Skip to content

Commit 9dfca9c

Browse files
committed
wip
1 parent b444e67 commit 9dfca9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 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
build:
99
runs-on: ubuntu-latest
@@ -25,9 +25,6 @@ jobs:
2525
run: |
2626
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
2727
28-
- name: Print NPM_TOKEN
29-
run: echo ${{ secrets.NPM_TOKEN }}
30-
3128
- name: List Packages I can access
3229
run: |
3330
npm access list packages

0 commit comments

Comments
 (0)