update vendor scripts

This commit is contained in:
David Refoua 2022-12-25 17:13:44 +00:00
parent 834940cddb
commit f99480fd49

View File

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