Skip to content
Open
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
7 changes: 6 additions & 1 deletion eng/pipelines/templates/stages/archetype-cpp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,11 @@ stages:
$jwt_accessToken = az account get-access-token --resource "api://2789159d-8d8b-4d13-b90b-ca29c1707afd" --query "accessToken" --output tsv
Write-Host "##vso[task.setvariable variable=opensource-api-token;isSecret=true]$jwt_accessToken"

- template: /eng/common/pipelines/templates/steps/login-to-github.yml
parameters:
TokenOwners:
- $(VcpkgPrRepoOwner)

Comment thread
chidozieononiwu marked this conversation as resolved.
# Workaround: -Fallback uses names from CODEOWNERS who
# should be notified about the release in the event of a
# failure to resolve the appropriate aliases.
Expand All @@ -299,7 +304,7 @@ stages:
}

./eng/common/scripts/Add-IssueComment.ps1 `
-AuthToken "$(azuresdk-github-pat)" `
-AuthToken "$(GH_TOKEN)" `
-RepoOwner $(VcpkgPrRepoOwner) `
-RepoName $(VcpkgPrRepoName) `
-IssueNumber "$(Submitted.PullRequest.Number)" `
Expand Down