From bad99a74e143d57311746f0d39fd4818eea567e3 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Thu, 20 Mar 2025 16:21:57 -0400 Subject: [PATCH] Username Is Not Needed With Token --- upload.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/upload.sh b/upload.sh index c9b9bae..b6eb2de 100755 --- a/upload.sh +++ b/upload.sh @@ -7,8 +7,7 @@ git config --global user.name 'gitea-actions' git config --global user.email 'teabot@gitea.io' # Clone Repository -USER='TheBrokenRail' -git clone --depth 1 "https://${USER}:${TOKEN}@gitea.thebrokenrail.com/minecraft-pi-reborn/archives.git" -b master +git clone --depth 1 "https://${TOKEN}@gitea.thebrokenrail.com/minecraft-pi-reborn/archives.git" -b master cd archives # Copy