We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c05c7 commit 998951eCopy full SHA for 998951e
build/azure-pipelines/alpine/product-build-alpine.yml
@@ -107,6 +107,8 @@ steps:
107
TARGET=$([ "$VSCODE_ARCH" == "x64" ] && echo "linux-alpine" || echo "alpine-arm64")
108
yarn gulp vscode-reh-$TARGET-min-ci
109
yarn gulp vscode-reh-web-$TARGET-min-ci
110
+ env:
111
+ GITHUB_TOKEN: "$(github-distro-mixin-password)"
112
displayName: Build
113
114
- script: |
0 commit comments