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 49b7cef commit 95dbeaeCopy full SHA for 95dbeae
install-nf-build-components.ps1
@@ -27,7 +27,7 @@ if($env:GITHUB_AUTH_TOKEN)
27
Write-Output "INFO: adding authentication header"
28
29
# authorization header with github token
30
- $auth = "Bearer $gitHubToken"
+ $auth = "Bearer $env:GITHUB_AUTH_TOKEN"
31
32
$webClient.Headers.Add("Authorization", $auth)
33
}
0 commit comments