We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5a8d3 commit 0ea8b3cCopy full SHA for 0ea8b3c
.azure-pipelines/weekly-examples-update.yml
@@ -83,7 +83,7 @@ jobs:
83
git status
84
git add .
85
git commit -m "Updating examples"
86
- git push --set-upstream origin $(ComputeBranch.WeeklyExamplesBranch)
+ git push --set-upstream https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git $(ComputeBranch.WeeklyExamplesBranch)
87
88
89
# - template: ./common-templates/create-pr.yml
0 commit comments