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 53c2746 commit fc4e028Copy full SHA for fc4e028
.azure-pipelines/common-templates/download-openapi-docs.yml
@@ -132,7 +132,7 @@ jobs:
132
git add .
133
git commit -m 'Weekly OpenApiDocs Download.'
134
git status
135
- git push --set-upstream origin $(ComputeBranch.WeeklyBranch)
+ git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git" $(ComputeBranch.WeeklyBranch)
136
137
138
# References
.azure-pipelines/generation-templates/generate-helpdocs-template.yml
@@ -56,7 +56,7 @@ steps:
56
targetType: inline
57
script: |
58
59
- git push --set-upstream origin $(ComputeBranch.DocsBranch)
+ git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git" $(ComputeBranch.DocsBranch)
60
61
62
- task: PowerShell@2
0 commit comments