From 0e9d7174921920e8c6e25b87d20deb828d78d224 Mon Sep 17 00:00:00 2001 From: Changyong Gong Date: Mon, 20 Apr 2020 15:27:13 +0800 Subject: [PATCH] Change github connection token to use public account --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'