Skip to content

Commit

Permalink
change token config
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent fad9eb6 commit 6025818
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://", "https://xpirit@$($env:AZURE_DEVOPS_CREATE_PAT)@"
$gitUrl = $gitUrl -replace "https://", "https://$($env:AZURE_DEVOPS_CREATE_PAT)@"
}

# add the remote
Expand Down

0 comments on commit 6025818

Please sign in to comment.