Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed updated PAT name #676

Merged
merged 4 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pipelines/github-forward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ extends:
SkipIfNoChangesFound: false
WorkItemId: "8430180"
AutoCompleteUserId: 75d3c7a0-2045-6bf0-b50e-3ab2cf9ae644
Pat: $(OfficeOcCodeAccess)
Pat: $(OfficeOcCodeAccessCorpNet)
MergeStrategy: noFastForward
4 changes: 2 additions & 2 deletions .github/pipelines/github-reverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extends:
targetType: inline
script: |-
Write-Host "GITBRANCH being used: '$env:GITBRANCH'"
$url = "https://omexac:{0}@dev.azure.com/office/OC/_git/OmexGitHubInternal" -f $env:OfficeOcCodeAccess
$url = "https://omexac:{0}@dev.azure.com/office/OC/_git/OmexGitHubInternal" -f $env:OfficeOcCodeAccessCorpNet

git remote add omexgithubinternalremote $url
git fetch omexgithubinternalremote
Expand All @@ -67,7 +67,7 @@ extends:

Write-Host "##vso[task.setvariable variable=ChangesFound]$ChangesFound"
env:
OfficeOcCodeAccess: $(OfficeOcCodeAccess)
OfficeOcCodeAccessCorpNet: $(OfficeOcCodeAccessCorpNet)
- task: oenginternal.office-vsts-tasks-extension.e881ce1e-41bc-4f59-b8a2-9a6001f43efe.CreatePullRequest@10
displayName: Create Pull Request
condition: and(succeeded(), ne(variables['ChangesFound'], 0))
Expand Down
2 changes: 1 addition & 1 deletion .github/pipelines/github-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ extends:
failOnStderr: true
showWarnings: true
env:
PAT: $(OfficeOcCodeAccess)
PAT: $(OfficeOcCodeAccessCorpNet)
Loading