We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943c9a4 commit 5ea6109Copy full SHA for 5ea6109
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