Skip to content

Commit fc4e028

Browse files
committed
Update upstream.
1 parent 53c2746 commit fc4e028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/common-templates/download-openapi-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
git add .
133133
git commit -m 'Weekly OpenApiDocs Download.'
134134
git status
135-
git push --set-upstream origin $(ComputeBranch.WeeklyBranch)
135+
git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git" $(ComputeBranch.WeeklyBranch)
136136
git status
137137
138138
# References

.azure-pipelines/generation-templates/generate-helpdocs-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
targetType: inline
5757
script: |
5858
git status
59-
git push --set-upstream origin $(ComputeBranch.DocsBranch)
59+
git push --set-upstream "https://$(GITHUB_TOKEN)@github.com/microsoftgraph/msgraph-sdk-powershell.git" $(ComputeBranch.DocsBranch)
6060
git status
6161
6262
- task: PowerShell@2

0 commit comments

Comments
 (0)