From ba79226be6f48679223f9a3be3ed91341a9bf0e2 Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 12 Jan 2025 12:43:49 +0100 Subject: [PATCH] Almost there --- .gitea/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/production.yml b/.gitea/workflows/production.yml index a168224..c038f13 100644 --- a/.gitea/workflows/production.yml +++ b/.gitea/workflows/production.yml @@ -55,7 +55,7 @@ jobs: log_info "Overriding git repository auth with PAT" repo_url="$(git remote get-url origin)" repo_url="${repo_url#https://}" # Remove HTTPS - GIT_NEW_URL="https://MilaBot:${{ secrets.CI_TOKEN }}@${repo_url}.git" + GIT_NEW_URL="https://MilaBot:${{ secrets.CI_TOKEN }}@${repo_url}" git remote set-url origin "$GIT_NEW_URL" log_info "Pushing the new version"