From 09f88c146319d1148f693f84d6f9c496f6e68dc0 Mon Sep 17 00:00:00 2001 From: Ludwig Schramm Date: Wed, 13 May 2026 15:28:22 +0000 Subject: [PATCH] Fix artifact authentication --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 402fc1c..f3a4352 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,7 +46,7 @@ steps: #- git remote set-url origin https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2 # Repo clonen - - git clone https://git.efi.th-nuernberg.de/gitea/freudenreichan/EinfuehrungInDocker_Pipeline2.git + - git clone https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/schrammlu92345/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen @@ -64,4 +64,4 @@ steps: - git pull || true # Push - - git push --set-upstream origin drone-artifacts + - git push https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/schrammlu92345/EinfuehrungInDocker_Pipeline2.git drone-artifacts