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 44af4c5 commit e4840cbCopy full SHA for e4840cb
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