Archived
1
0

fix: add GITHUB_TOKEN to build code-server job

Downloading @vscode/ripgrep is failing only in CI so adding this
environment variable to see if it increases the rate limit.

Ref: https://github.com/microsoft/vscode-ripgrep#github-api-limit-note
This commit is contained in:
Joe Previte 2022-12-19 13:34:58 -07:00
parent b1b82057d1
commit 0aecf9e108
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -179,6 +179,8 @@ jobs:
run: yarn --frozen-lockfile
- name: Build code-server
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn build
# Get Code's git hash. When this changes it means the content is