Skip to content

Commit

Permalink
Switch to PAT for queuing builds (#7288)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Nov 15, 2023
1 parent 5f662b9 commit b0dea46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/templates/steps/sync-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ steps:
-DefinitionId "$(${{repo}}-template-definition-id)"
-VsoQueuedPipelines "QUEUEDPIPELINES"
-CancelPreviousBuilds $True
-AuthToken $(System.AccessToken)
-AuthToken $(azuresdk-azure-sdk-devops-build-queuing-pat)
- task: PowerShell@2
displayName: Queue live-test template pipeline
Expand All @@ -109,7 +109,7 @@ steps:
-DefinitionId "$(${{repo}}-template-tests-definition-id)"
-VsoQueuedPipelines "QUEUEDPIPELINES"
-CancelPreviousBuilds $True
-AuthToken $(System.AccessToken)
-AuthToken $(azuresdk-azure-sdk-devops-build-queuing-pat)
- task: PowerShell@2
displayName: Write Queued Pipeline Information to Tools PR
Expand Down

0 comments on commit b0dea46

Please sign in to comment.