Skip to content
Snippets Groups Projects
Commit ec43e425 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Use correct HTTP header for job token

parent 331af691
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ build:release:windows64:
$UploadParams = @{ UseBasicParsing = $true;
Method = "PUT";
Headers = @{
"PRIVATE-TOKEN" = "${CI_JOB_TOKEN}"; };
"JOB-TOKEN" = "${CI_JOB_TOKEN}"; };
Verbose = $true; };
Push-Location .\build-linux-64\newview\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment