From 0a9da94fc1e7125545e0fec4d659bc8b1442e7cb Mon Sep 17 00:00:00 2001 From: Dongwoon Son Date: Mon, 2 Mar 2020 19:08:31 +0900 Subject: [PATCH] Add username to target name of GitHub credential --- Shared/Cli/Functions/Common.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared/Cli/Functions/Common.cs b/Shared/Cli/Functions/Common.cs index 5acdf04e2..129d2826d 100644 --- a/Shared/Cli/Functions/Common.cs +++ b/Shared/Cli/Functions/Common.cs @@ -96,7 +96,7 @@ public static async Task CreateAuthentication(Program progra Program.GitHubCredentialScope, new SecretStore(program.Context, secretsNamespace, - Secret.UriToName), + Secret.UriToIdentityUrl), githubCredentialCallback, githubAuthcodeCallback, null) @@ -181,7 +181,7 @@ public static async Task CreateAuthentication(Program progra Program.GitHubCredentialScope, new SecretStore(program.Context, secretsNamespace, - Secret.UriToName), + Secret.UriToIdentityUrl), githubCredentialCallback, githubAuthcodeCallback, null);