Skip to content

Commit

Permalink
Update comment-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 19, 2024
1 parent 07c0c3c commit 1be18fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Update NPM
run: sudo npm install -g npm@7.9.0
- name: Set npm token
run: echo "${{secrets.NPM_TOKEN}}" > ~/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- uses: actions/checkout@v2
with:
# 0 indicates all history
Expand Down

0 comments on commit 1be18fc

Please sign in to comment.