We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aac160 commit ce72ac9Copy full SHA for ce72ac9
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