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