Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Sep 6, 2024
1 parent 3bcc94a commit e486e67
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 @@ -111,7 +111,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 e486e67

Please sign in to comment.