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 bd3f38f commit a1cbf40Copy full SHA for a1cbf40
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