fix: Use correct auth header for package upload
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2698>
This commit is contained in:
parent
8f3ab416ae
commit
fa6d48f1b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue