Skip to content

Commit f06c82b

Browse files
committed
setup the github token env to avoid @vscode/ripgrep/lib/download.js failed with 403.
1 parent 74ea2fa commit f06c82b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildspec/linuxTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ phases:
2525
pre_build:
2626
commands:
2727
- export HOME=/home/codebuild-user
28+
- bash buildspec/shared/setup-github-token.sh
2829
- bash buildspec/shared/linux-pre_build.sh
2930

3031
build:

buildspec/packageTestVsix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ phases:
2020
pre_build:
2121
commands:
2222
- export HOME=/home/codebuild-user
23+
- bash buildspec/shared/setup-github-token.sh
2324
- bash buildspec/shared/linux-pre_build.sh
2425

2526
build:

0 commit comments

Comments
 (0)