diff --git a/CenterofExcellenceResources/Release/Pipelines/CoEStarterKit/create-github-release.yml b/CenterofExcellenceResources/Release/Pipelines/CoEStarterKit/create-github-release.yml index 50127c31f..1a87bebab 100644 --- a/CenterofExcellenceResources/Release/Pipelines/CoEStarterKit/create-github-release.yml +++ b/CenterofExcellenceResources/Release/Pipelines/CoEStarterKit/create-github-release.yml @@ -217,7 +217,7 @@ steps: solutionDisplayName: 'CoE Starter Kit' releaseMonth: ${{parameters.ReleaseMonthNumber}} releaseYear: ${{parameters.ReleaseYearNumber}} - connectionName: 'coe-starter-kit' + connectionName: 'powercat-alm' releaseNotesPath: 'CenterofExcellenceResources/Release/Notes/' issueClosingComment: 'This has been fixed in the latest release. Please install [the latest version of the toolkit](https://aka.ms/CoEStarterKitDownload) following the instructions for [installing updates](https://docs.microsoft.com/power-platform/guidance/coe/setup#installing-updates). Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.' closeIssues: ${{parameters.CloseMilestoneIssues}} @@ -228,7 +228,7 @@ steps: - task: GitHubRelease@1 inputs: - gitHubConnection: 'coe-starter-kit' + gitHubConnection: 'powercat-alm' repositoryName: 'microsoft/coe-alm-accelerator-templates' target: main tagSource: 'userSpecifiedTag'