Skip to content

Commit 4742687

Browse files
authored
ci: fix symbol download for SDL pipeline (#179030)
1 parent a269f7d commit 4742687

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/azure-pipelines/sdl-scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ stages:
113113
condition: eq(variables['Codeql.enabled'], 'True')
114114

115115
- powershell: yarn gulp "vscode-symbols-win32-$(VSCODE_ARCH)"
116+
env:
117+
GITHUB_TOKEN: "$(github-distro-mixin-password)"
116118
displayName: Download Symbols
117119

118120
- task: BinSkim@4
@@ -244,6 +246,8 @@ stages:
244246
VSCODE_QUALITY: stable
245247

246248
- script: yarn gulp vscode-symbols-linux-$(VSCODE_ARCH)
249+
env:
250+
GITHUB_TOKEN: "$(github-distro-mixin-password)"
247251
displayName: Build
248252

249253
- task: BinSkim@3

0 commit comments

Comments
 (0)