Skip to content

Commit

Permalink
ci: use github key for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Jul 30, 2021
1 parent 08cdfb5 commit 70bde10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: "[INIT] Install dependencies"
if: ${{ !steps.cache-restore.outputs.cache-hit }}
run: npm ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "[EXEC] Lint"
run: npm run lint
- name: "[EXEC] Push lint fixes"
Expand Down

0 comments on commit 70bde10

Please sign in to comment.