From 3958c938af21c9303ebd98c17757c3a0865d480f Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Fri, 9 Sep 2022 13:30:07 -0500 Subject: [PATCH] vPack: fix submit branch, add github token from consvc (#13959) Our Windows branch name changed, and I took this opportunity to resolve an issue where vpack builds would occasionally fail due to GitHub rate limiting the Azure DevOps IP addresses. --- build/config/GitCheckin.json | 4 ++-- build/pipelines/release.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/config/GitCheckin.json b/build/config/GitCheckin.json index 8bfcb203023..aeb9c6d15a6 100644 --- a/build/config/GitCheckin.json +++ b/build/config/GitCheckin.json @@ -4,7 +4,7 @@ "collection": "microsoft", "project": "OS", "repo": "os.2020", - "name": "official/rs_wdx_dxp_windev", + "name": "official/rs_we_adept_e4d2", "workitem": "38106206", "CheckinFiles": [ { @@ -21,4 +21,4 @@ "sendOnErrorOnly": "False" } ] - } \ No newline at end of file + } diff --git a/build/pipelines/release.yml b/build/pipelines/release.yml index 3cfda8b6bc0..053dc03a738 100644 --- a/build/pipelines/release.yml +++ b/build/pipelines/release.yml @@ -708,6 +708,7 @@ jobs: description: VPack for the Windows Terminal Application pushPkgName: WindowsTerminal.app owner: conhost + githubToken: $(GitHubTokenForVpackProvenance) - task: PublishPipelineArtifact@1 displayName: 'Copy VPack Manifest to Drop' inputs: