diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd77bcc3f..41066b3ed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,7 +121,7 @@ steps: - task: GitHubRelease@0 displayName: 'Deploy production or RC candidate to GitHub Release' inputs: - gitHubConnection: 'pat_for_github_release_deployment' + gitHubConnection: 'vsciotci_github_pat' repositoryName: '$(Build.Repository.Name)' action: 'create' target: '$(Build.SourceVersion)'