From 13e1b4e3b0ee7dfe01742913df795e915769c9e3 Mon Sep 17 00:00:00 2001 From: Bill Long Date: Mon, 15 Jul 2024 11:57:14 -0500 Subject: [PATCH] Update GitHub connection name --- azure-pipeline-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline-release.yml b/azure-pipeline-release.yml index 543c7b14d3..949611a46b 100644 --- a/azure-pipeline-release.yml +++ b/azure-pipeline-release.yml @@ -50,7 +50,7 @@ extends: displayName: 'Create GitHub Release - Draft' condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release')) inputs: - gitHubConnection: 'GitHub Release' + gitHubConnection: 'github.com_bill-long' repositoryName: microsoft/CSS-Exchange action: create tagSource: manual @@ -71,7 +71,7 @@ extends: displayName: 'Publish GitHub Release' condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release')) inputs: - gitHubConnection: 'GitHub Release' + gitHubConnection: 'github.com_bill-long' repositoryName: microsoft/CSS-Exchange action: edit tagSource: manual