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 b444e67 commit 9dfca9cCopy full SHA for 9dfca9c
.github/workflows/check-npm-token-permissions.yml
@@ -3,7 +3,7 @@ name: Check NPM Publish Permissions
3
on:
4
push:
5
env:
6
- NPM_TOKEN: "foo"
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7
jobs:
8
build:
9
runs-on: ubuntu-latest
@@ -25,9 +25,6 @@ jobs:
25
run: |
26
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
27
28
- - name: Print NPM_TOKEN
29
- run: echo ${{ secrets.NPM_TOKEN }}
30
-
31
- name: List Packages I can access
32
33
npm access list packages
0 commit comments