Skip to content

Commit

Permalink
Merged PR 126: chore: Add github user to sync pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
trossibip committed Jul 25, 2024
1 parent 62eb14d commit 4792dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/sync-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
fetchTags: true

- script: |
git remote add github 'https://$(GITHUB_PAT)@$(GITHUB_URL)'
git remote add github 'https://$(GITHUB_USER):$(GITHUB_PAT)@$(GITHUB_URL)'
git push github main
git push github $(Build.SourceBranchName)
displayName: 'Sync repository with GitHub'

0 comments on commit 4792dc9

Please sign in to comment.