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 a1f931e commit 07c0c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
run: sudo apt install fonts-noto-color-emoji
- name: Update NPM
run: sudo npm install -g npm@7.9.0
- name: Set npm token
run: echo "${{secrets.NPM_TOKEN}}" > ~/.npmrc
- uses: actions/checkout@v2
with:
# 0 indicates all history
Expand Down

0 comments on commit 07c0c3c

Please sign in to comment.