fix: Use correct auth header for package upload

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2698>
merge-requests/2710/head
Georg Krause 2024-01-05 11:30:54 +00:00
rodzic 8f3ab416ae
commit fa6d48f1b7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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