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);