Skip to content

Commit 0ea8b3c

Browse files
committed
Added upstream setup
1 parent 8d5a8d3 commit 0ea8b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/weekly-examples-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
git status
8484
git add .
8585
git commit -m "Updating examples"
86-
git push --set-upstream origin $(ComputeBranch.WeeklyExamplesBranch)
86+
git push --set-upstream https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git $(ComputeBranch.WeeklyExamplesBranch)
8787
git status
8888
8989
# - template: ./common-templates/create-pr.yml

0 commit comments

Comments
 (0)