Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
okadurin committed Apr 19, 2024
1 parent 0869a23 commit 6ab10b3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,16 @@ jobs:
with:
node-version: 16.x

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
EOF
- name: Npm config set
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Npm config list
run: npm config list
run: npm config list

- name: Print .npmrc
run: cat $HOME/.npmrc

- name: Npm who am I
run: npm whoami
run: npm whoami

0 comments on commit 6ab10b3

Please sign in to comment.