test github token

This commit is contained in:
David Refoua
2022-12-25 17:49:14 +00:00
parent b5ae5eb711
commit fd12ece9af
2 changed files with 3 additions and 2 deletions

View File

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