From e7cb8709abf7edcc5ac6ed2992531afb805ff277 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 18 Apr 2026 18:13:22 +0200 Subject: [PATCH] PAT added --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e663781..7061594 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,7 @@ steps: # Repo clonen - git clone https://git.efi.th-nuernberg.de/gitea/weigmi87303/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 - - git remote set-url origin https://weigmi87303:$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/weigmi87303/EinfuehrungInDocker_Pipeline2.git + - git remote set-url origin https://oauth2:$GITEA_TOKEN@git.efi.th-nuernberg.de/gitea/weigmi87303/EinfuehrungInDocker_Pipeline2.git # Branch wechseln oder erstellen - git checkout drone-artifacts || git checkout -b drone-artifacts