Skip to content

Commit 6b9f840

Browse files
committed
fix merge issue
1 parent 71ed8df commit 6b9f840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/sequester/ImportIssues/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
106106
}
107107
string? token = options.ApiKeys.QuestAccessToken
108108
?? options.ApiKeys.QuestKey;
109+
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
109110

110111
if (string.IsNullOrWhiteSpace(token))
111112
{

0 commit comments

Comments
 (0)