From 32d806c0b7e535a7e0ef04ee61372aac9cdaa554 Mon Sep 17 00:00:00 2001 From: Thad House <87844845+thhous-msft@users.noreply.github.com> Date: Thu, 24 Feb 2022 13:20:18 -0800 Subject: [PATCH] Use a single PAT for both vpack and git push (#2431) --- .azure/obtemplates/git-submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/obtemplates/git-submit.yml b/.azure/obtemplates/git-submit.yml index a690f08cc4..949e30abdf 100644 --- a/.azure/obtemplates/git-submit.yml +++ b/.azure/obtemplates/git-submit.yml @@ -21,4 +21,4 @@ jobs: configPath: '$(Build.SourcesDirectory)/artifacts/package/GitCheckin.json' # the path to the GitCheckin.json config file. artifactsDirectory: '$(Build.SourcesDirectory)/artifacts/package' # parent directory for the artifacts to submit to the destination repo. prTimeOut: 5 - paToken: '$(GIT_PAT)' # "build token" from the previous wiki section. Ensure this secret isn't stored as plaintext. + paToken: '$(VPACK_PAT)' # "build token" from the previous wiki section. Ensure this secret isn't stored as plaintext.