Skip to content

Commit 70bde10

Browse files
committed
ci: use github key for npm install
1 parent 08cdfb5 commit 70bde10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: "[INIT] Install dependencies"
2828
if: ${{ !steps.cache-restore.outputs.cache-hit }}
2929
run: npm ci
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
- name: "[EXEC] Lint"
3133
run: npm run lint
3234
- name: "[EXEC] Push lint fixes"

0 commit comments

Comments
 (0)