mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-21 06:18:34 +00:00
build: inject the github client secret in the 1ESPT pipeline as well (#20217)
I missed this when I ported the build pipeline over. Closes #20198
This commit is contained in:
@@ -121,6 +121,10 @@ extends:
|
||||
|
||||
- template: ./build/pipelines/templates-v2/steps-install-terrapin.yml@self
|
||||
|
||||
- template: ./build/pipelines/templates-v2/steps-inject-secrets.yml@self
|
||||
parameters:
|
||||
githubClientSecret: $(GithubClientSecret)
|
||||
|
||||
- task: UniversalPackages@0
|
||||
displayName: Download terminal-internal Universal Package
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user