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 aef1720 commit 93e27a8Copy full SHA for 93e27a8
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