From 4a65b9fa0e305c5a42fcca082dbb4b658e9678b3 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Mon, 6 Jul 2026 13:53:15 +0200 Subject: [PATCH] Again --- .gitea/workflows/build-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-ubuntu.yml b/.gitea/workflows/build-ubuntu.yml index b3c2b6c..b68a7b1 100644 --- a/.gitea/workflows/build-ubuntu.yml +++ b/.gitea/workflows/build-ubuntu.yml @@ -132,7 +132,7 @@ jobs: FNAME=daqingest VER=$($D0/$FNAME version) URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER" - curl --fail --request DELETE --header "authorization: $PSI_GITEA_PUB" "$URL" + curl --fail --request DELETE --header "authorization: token $PSI_GITEA_PUB" "$URL" URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER/$FNAME" echo URL "$URL" curl \ @@ -143,7 +143,7 @@ jobs: FNAME=daqretrieve VER=$($D0/$FNAME version) URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER" - curl --fail --request DELETE --header "authorization: $PSI_GITEA_PUB" "$URL" + curl --fail --request DELETE --header "authorization: token $PSI_GITEA_PUB" "$URL" URL="https://gitea.psi.ch/api/packages/${{gitea.repository_owner}}/generic/$FNAME/$VER/$FNAME" echo URL "$URL" curl \