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