Set GitHub token when installing VS Code deps
Should help with the ripgrep ratelimit issues.
This commit is contained in:
parent
004004c047
commit
f5f29c0120
@ -4,7 +4,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: Test
|
- name: Test
|
||||||
if: tag IS blank
|
if: tag IS blank
|
||||||
script: ./ci/image/run.sh "yarn && yarn vscode && ./ci/ci.sh"
|
script: ./ci/image/run.sh "yarn && GITHUB_TOKEN=3229b0eec0a1622d6d1d1e00fca5b626070f5a10 yarn vscode && ./ci/ci.sh"
|
||||||
deploy: null
|
deploy: null
|
||||||
- name: Linux Release
|
- name: Linux Release
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
|
Loading…
Reference in New Issue
Block a user