We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bd3c2 commit 723f5a8Copy full SHA for 723f5a8
actions/sequester/ImportIssues/Program.cs
@@ -111,6 +111,8 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
111
?? options.ApiKeys.QuestKey;
112
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
113
114
+ Console.WriteLine($"Using Azure DevOps token: {token}");
115
+
116
if (string.IsNullOrWhiteSpace(token))
117
{
118
throw new InvalidOperationException("Azure DevOps token is missing.");
0 commit comments