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