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 53d38b1 commit 750cbf3Copy full SHA for 750cbf3
actions/sequester/ImportIssues/Program.cs
@@ -115,6 +115,14 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
115
throw new InvalidOperationException("Azure DevOps token is missing.");
116
}
117
118
+ if (useBearerToken)
119
+ {
120
+ Console.WriteLine("Using Bearer token for Azure DevOps.");
121
+ }
122
+ else
123
124
+ Console.WriteLine("Using PAT token for Azure DevOps.");
125
126
return new QuestGitHubService(
127
gitHubClient,
128
ospoClient,
0 commit comments