Skip to content

Commit f87fb29

Browse files
authored
ci: fix missing auth token for cli build (#200714)
1 parent 27da922 commit f87fb29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/azure-pipelines/cli/cli-compile-and-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ steps:
6464
env:
6565
CARGO_NET_GIT_FETCH_WITH_CLI: true
6666
VSCODE_CLI_COMMIT: $(Build.SourceVersion)
67+
GITHUB_TOKEN: "$(github-distro-mixin-password)"
6768
${{ each pair in parameters.VSCODE_CLI_ENV }}:
6869
${{ pair.key }}: ${{ pair.value }}
6970

0 commit comments

Comments
 (0)