From 602581804a8c7a533e96b1c4b6ab51fb263c44fa Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Oct 2023 16:01:25 +0200 Subject: [PATCH] change token config --- make.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.ps1 b/make.ps1 index 8abb5fe..ab69603 100644 --- a/make.ps1 +++ b/make.ps1 @@ -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