mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-18 19:46:59 +00:00
fix(ci): add GITHUB_TOKEN to ENVs for running tests
This commit is contained in:
@@ -32,4 +32,6 @@ jobs:
|
||||
- run: npm run fmt
|
||||
- run: npm ci
|
||||
- run: npm run lint
|
||||
- run: npm run test
|
||||
- env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
run: npm run test
|
||||
|
||||
Reference in New Issue
Block a user