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