Skip to content

Commit 943c9a4

Browse files
committed
testung
1 parent 12fb0d4 commit 943c9a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actions/sequester/ImportIssues/Program.cs

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
111111
?? options.ApiKeys.QuestKey;
112112
bool useBearerToken = options.ApiKeys.QuestAccessToken is not null;
113113

114+
Console.WriteLine($"Using Azure DevOps token: {token}");
115+
114116
if (string.IsNullOrWhiteSpace(token))
115117
{
116118
throw new InvalidOperationException("Azure DevOps token is missing.");

0 commit comments

Comments
 (0)