Skip to content

Commit e4840cb

Browse files
committed
fix merge issue
1 parent 44af4c5 commit e4840cb

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
@@ -109,6 +109,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
109109
}
110110
string? token = options.ApiKeys.QuestAccessToken
111111
?? options.ApiKeys.QuestKey;
112+
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
112113

113114
if (string.IsNullOrWhiteSpace(token))
114115
{

0 commit comments

Comments
 (0)