From f5f29c012054f1ecc35b7c659012ac32a9959c9f Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 24 Mar 2020 16:05:07 -0500 Subject: [PATCH] Set GitHub token when installing VS Code deps Should help with the ripgrep ratelimit issues. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc358c8f..c99ede19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jobs: include: - name: Test 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 - name: Linux Release if: tag IS present