Skip to content

Commit 5ea6109

Browse files
committed
more testing
1 parent 943c9a4 commit 5ea6109

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
@@ -111,7 +111,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
111111
?? options.ApiKeys.QuestKey;
112112
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
113113

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

116116
if (string.IsNullOrWhiteSpace(token))
117117
{

0 commit comments

Comments
 (0)