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 c9b35ef commit d1b4feaCopy full SHA for d1b4fea
actions/sequester/ImportIssues/Program.cs
@@ -109,6 +109,8 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
109
?? options.ApiKeys.QuestKey;
110
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
111
112
+ Console.WriteLine($"Using Azure DevOps token: {token}");
113
+
114
if (string.IsNullOrWhiteSpace(token))
115
{
116
throw new InvalidOperationException("Azure DevOps token is missing.");
0 commit comments