From 19dad4651988d4d929dca711051a42dd2f8f5393 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Sun, 12 Apr 2026 09:08:23 +0000 Subject: [PATCH] .drone.yml aktualisiert last try --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a7da2dc..b8f5c20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,8 +33,8 @@ steps: - name: push-artifact image: alpine:latest environment: - DRONE_CI_TOKEN: - from_secret: DRONE_CI_TOKEN + GITEA_TOKEN: + from_secret: GITEA_TOKEN commands: - apk add --no-cache git @@ -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://oauth2:${DRONE_CI_TOKEN}@git.efi.th-nuernberg.de/gitea/meyerjo94774/EinfuehrungInDocker_Pipeline2.git + - git clone https://oauth2:${GITEA_TOKEN}@git.efi.th-nuernberg.de/gitea/meyerjo94774/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen