Skip to content

Commit

Permalink
Use a single PAT for both vpack and git push (microsoft#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
thhous-msft authored Feb 24, 2022
1 parent f54c235 commit 32d806c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/obtemplates/git-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 32d806c

Please sign in to comment.