1 Commits

Author SHA1 Message Date
ba79226be6 Almost there
All checks were successful
Rebase Remote Branches / rebase-branches (push) Successful in 3s
Production deployment / Building and pushing (push) Successful in 4s
2025-01-12 12:43:49 +01:00

View File

@@ -55,7 +55,7 @@ jobs:
log_info "Overriding git repository auth with PAT" log_info "Overriding git repository auth with PAT"
repo_url="$(git remote get-url origin)" repo_url="$(git remote get-url origin)"
repo_url="${repo_url#https://}" # Remove HTTPS 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" git remote set-url origin "$GIT_NEW_URL"
log_info "Pushing the new version" log_info "Pushing the new version"