From 8ce7467fb2daad46b02bde0d87fd27bcefa412f7 Mon Sep 17 00:00:00 2001 From: Haard Shah Date: Tue, 25 Jun 2024 10:55:25 -0400 Subject: [PATCH] Change to github service connection --- .github/workflows/release-azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-azure-pipelines.yml b/.github/workflows/release-azure-pipelines.yml index 8a398cef..94bb6c4a 100644 --- a/.github/workflows/release-azure-pipelines.yml +++ b/.github/workflows/release-azure-pipelines.yml @@ -340,7 +340,7 @@ extends: Get-ChildItem -Path . -Recurse | Select-Object FullName - task: GitHubRelease@1 inputs: - gitHubConnection: $(esrpKVServiceConnection) + gitHubConnection: $(githubReleaseServiceConnection) repositoryName: 'AzureAD/microsoft-authentication-cli' action: 'create' target: $(Build.SourceVersion)