Skip to content

Commit

Permalink
chore: fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Meissner committed Nov 4, 2024
1 parent 6731f94 commit b80fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhdbuilder/scripts/automate_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ create_pull_request() {
echo "PR is for $target"

set +x # to avoid logging PAT
git remote set-url origin https://notused:${github_pat}:@github.com/Azure/AgentBaker.git # Set remote URL with PAT
git remote set-url origin https://${github_pat}@github.com/Azure/AgentBaker.git # Set remote URL with PAT
git add .

if [[ "$target" == "ReleaseNotes" ]]; then
Expand Down

0 comments on commit b80fb02

Please sign in to comment.