Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2022-04-11 08:36:12 +0300
committerGitHub <noreply@github.com>2022-04-11 08:36:12 +0300
commit5e86e40fab68205c5e9a0c4f6d6e869de9423510 (patch)
treeb7c0944cfa0260e83ab9e36520d1184b693091f9 /build/azure-pipelines
parentb84feecf9231d404a766e251f8a37c730089511b (diff)
extensions: pull from github in OSS build (#146863)
* extensions: pull from github in OSS build * fixup! address pr comment
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/product-compile.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml
index 7722c3e069c..2b109f3cc5c 100644
--- a/build/azure-pipelines/product-compile.yml
+++ b/build/azure-pipelines/product-compile.yml
@@ -103,6 +103,8 @@ steps:
- script: |
set -e
yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check
+ env:
+ GITHUB_TOKEN: "$(github-distro-mixin-password)"
displayName: Compile & Hygiene
- script: |