We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fb0d4 commit 943c9a4Copy full SHA for 943c9a4
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