theia-ide / yangster-electron

Bundled Yangster electron application
Apache License 2.0
118 stars 32 forks source link

[ci] Fix build failure on Travis CI #25

Closed kittaakos closed 6 years ago

kittaakos commented 6 years ago
Downloading ripgrep failed: Error: API rate limit exceeded for 52.45.185.117. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

Possible solution: Recommended workaround: produce an API key, set the GITHUB_TOKEN environment var, and vscode-ripgrep will pick it up.

kittaakos commented 6 years ago

We already had a GH_TOKEN configured for the electron-builder, adding GITHUB_TOKEN for vscode-rigrep fixed the issue.