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 47f007a commit 2edd53dCopy full SHA for 2edd53d
actions/sequester/ImportIssues/Program.cs
@@ -111,7 +111,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
111
?? options.ApiKeys.QuestKey;
112
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
113
114
- Console.WriteLine($"Using Azure DevOps token: {token}");
+ Console.WriteLine($"Using Azure DevOps token: {token.Length}, {token.Substring(0,6)}");
115
116
if (string.IsNullOrWhiteSpace(token))
117
{
0 commit comments