don't display the headers variable

This commit is contained in:
David Refoua 2022-12-25 17:30:01 +00:00
parent f99480fd49
commit c9e872e826

View File

@ -108,8 +108,6 @@ function Fetch-DownloadUrl {
$headers["Authorization"] = "token $($env:GITHUB_TOKEN)" $headers["Authorization"] = "token $($env:GITHUB_TOKEN)"
} }
Write-Host $headers
# Api server for GitHub # Api server for GitHub
$urlHost = "api.github.com" $urlHost = "api.github.com"