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 70a32df commit 4557a95Copy full SHA for 4557a95
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