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 c26fdf2 commit 122cec4Copy full SHA for 122cec4
actions/sequester/ImportIssues/Program.cs
@@ -116,11 +116,11 @@ private static async Task<QuestGitHubService> CreateService(ImportOptions option
116
117
if (useBearerToken)
118
{
119
- Console.WriteLine("Using Bearer token for Azure DevOps.");
+ Console.WriteLine("Using secretless for Azure DevOps.");
120
}
121
else
122
123
- Console.WriteLine("Using PAT token for Azure DevOps.");
+ Console.WriteLine("Using PAT for Azure DevOps.");
124
125
return new QuestGitHubService(
126
gitHubClient,
0 commit comments