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 16e08d7 commit 5d6c21dCopy full SHA for 5d6c21d
actions/sequester/ImportIssues/Program.cs
@@ -107,6 +107,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
107
}
108
string? token = options.ApiKeys.QuestAccessToken
109
?? options.ApiKeys.QuestKey;
110
+ bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
111
112
if (string.IsNullOrWhiteSpace(token))
113
{
0 commit comments