Skip to content

Commit

Permalink
change pat
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent e79972f commit 27169fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function PushLocalRepoToRemote {
Write-Host "Running in CI mode!"
# configure the PAT we have inside the remote url
#sample url: https://xpirit@dev.azure.com/xpirit/GHAzDo%20Internal%20Bootcamp/_git/ghazdo-4664
$gitUrl = $gitUrl -replace "https://xpirit@", "https://x:$($env:AZURE_DEVOPS_PAT)@"
$gitUrl = $gitUrl -replace "https://xpirit@", "https://x:$($env:AZURE_DEVOPS_CREATE_PAT)@"
Write-Host "New git url: [$gitUrl]"
}

Expand Down

0 comments on commit 27169fa

Please sign in to comment.