fix: Use correct auth header for package upload

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2698>
This commit is contained in:
Georg Krause 2024-01-05 11:30:54 +00:00
parent 8f3ab416ae
commit fa6d48f1b7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ publish_asset() {
curl \
--fail \
--show-error \
--header "PRIVATE-TOKEN: $CI_JOB_TOKEN" \
--header "JOB-TOKEN: $CI_JOB_TOKEN" \
--upload-file "$2" \
"$PACKAGE_REGISTRY_URL/$PACKAGE_NAME/$PACKAGE_VERSION/$1"
echo