Skip to content

Commit f69d20c

Browse files
committed
fix merge issue
1 parent 48fbcd1 commit f69d20c

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
@@ -107,6 +107,7 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
107107
}
108108
string? token = options.ApiKeys.QuestAccessToken
109109
?? options.ApiKeys.QuestKey;
110+
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
110111

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

0 commit comments

Comments
 (0)