Skip to content

Commit f68fbd9

Browse files
committed
testung
1 parent ca7c623 commit f68fbd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/sequester/ImportIssues/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ 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}");
113+
112114
if (string.IsNullOrWhiteSpace(token))
113115
{
114116
throw new InvalidOperationException("Azure DevOps token is missing.");

0 commit comments

Comments
 (0)