From 581553a70ff88ff0292344c4e7527d5454984993 Mon Sep 17 00:00:00 2001 From: jannerju95124 Date: Wed, 22 Apr 2026 20:22:58 +0200 Subject: [PATCH] token fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 171e434..b286bd4 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/jannerju95124/EinfuehrungInDocker_Pipeline2.git + - git clone https://$GIT_USER:$GIT_TOKEN@git.efi.th-nuernberg.de/gitea/jannerju95124/EinfuehrungInDocker_Pipeline2.git - cd EinfuehrungInDocker_Pipeline2 # Branch wechseln oder erstellen