Skip to content

Commit ce72ac9

Browse files
committed
more testing
1 parent 9aac160 commit ce72ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/sequester/ImportIssues/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
109109
?? options.ApiKeys.QuestKey;
110110
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
111111

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

114114
if (string.IsNullOrWhiteSpace(token))
115115
{

0 commit comments

Comments
 (0)