We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b4fea commit 09b5bf0Copy full SHA for 09b5bf0
actions/sequester/ImportIssues/Program.cs
@@ -109,7 +109,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
109
?? options.ApiKeys.QuestKey;
110
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
111
112
- Console.WriteLine($"Using Azure DevOps token: {token}");
+ Console.WriteLine($"Using Azure DevOps token: {token.Length}, {token.Substring(0,6)}");
113
114
if (string.IsNullOrWhiteSpace(token))
115
{
0 commit comments