Skip to content

Commit 0aecf9e

Browse files
committed
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
1 parent b1b8205 commit 0aecf9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ jobs:
179179
run: yarn --frozen-lockfile
180180

181181
- name: Build code-server
182+
env:
183+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
182184
run: yarn build
183185

184186
# Get Code's git hash. When this changes it means the content is

0 commit comments

Comments
 (0)