From 0aecf9e108f8d6387f6cb71ccce9b55c47a03fdf Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 19 Dec 2022 13:34:58 -0700 Subject: [PATCH] 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 --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ff12ff2f5..1a58e2b7b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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