Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Jul 23, 2024
1 parent 9aac160 commit ce72ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sequester/ImportIssues/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
?? options.ApiKeys.QuestKey;
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;

Console.WriteLine($"Using Azure DevOps token: {token}");
Console.WriteLine($"Using Azure DevOps token: {token.Length}, {token.Substring(0,6)}");

if (string.IsNullOrWhiteSpace(token))
{
Expand Down

0 comments on commit ce72ac9

Please sign in to comment.