Skip to content

Commit

Permalink
Change the PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 committed May 25, 2023
1 parent 8cff397 commit 6c0f239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/devops/automation/build-lego.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stages:

- pwsh: |
git remote remove origin
git remote add origin https://$(GitHub.Token)@github.com/xamarin/xamarin-macios.git
git remote add origin https://$(github--pat--vs-mobiletools-engineering-service2--repo-user)@github.com/xamarin/xamarin-macios.git
git remote # don't add -v else we see the pat
git config user.email "valco@microsoft.com"
Expand All @@ -98,4 +98,4 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)
condition: startsWith(variables['Build.SourceVersionMessage'], 'LEGO')
env:
GITHUB_TOKEN: $(GitHub.Token)
GITHUB_TOKEN: $(github--pat--vs-mobiletools-engineering-service2--repo-user)

0 comments on commit 6c0f239

Please sign in to comment.