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