Skip to content

Commit

Permalink
add whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
yeager-eren committed Feb 26, 2024
1 parent fcaaf97 commit 3d310a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ runs:

- name: Auth
if: ${{ inputs.NPM_TOKEN != 0 }}
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npx npm whoami
env:
NPM_TOKEN: ${{ inputs.NPM_TOKEN }}
shell: 'bash'
Expand Down

0 comments on commit 3d310a8

Please sign in to comment.