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