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 946540d commit 45baf63Copy full SHA for 45baf63
eng/common/scripts/Helpers/AzSdkTool-Helpers.ps1
@@ -109,9 +109,9 @@ function Get-GitHubApiHeaders {
109
$token = $env:GITHUB_TOKEN
110
if ($token)
111
{
112
- Write-Host "Using authenticated GitHub API requests to install MCP server."
+ Write-Host "Using authenticated GitHub API requests."
113
$headers = @{
114
- Authorization = "bearer $token"
+ Authorization = "Bearer $token"
115
}
116
return $headers
117
0 commit comments