From 1b2a351bef782d89fd2b8b67ef2df474e83aa7c0 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Wed, 8 Jan 2025 09:52:32 +0800 Subject: [PATCH] small fix btw Signed-off-by: Andrei Jiroh Halili --- .github/workflows/repo-sync.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-sync.yaml b/.github/workflows/repo-sync.yaml index a20988a..9c633c0 100644 --- a/.github/workflows/repo-sync.yaml +++ b/.github/workflows/repo-sync.yaml @@ -41,6 +41,6 @@ jobs: - name: Deploy run: | git filter-repo --path docker/*/stack.env --path config/**/* --invert-paths --force - git remote add pub https://RecapTimeBot:${{env.RTDEVBOT_GITHUB_TOKEN}}github.com/internal-recaptime-dev/infra-internals-public.git + git remote add pub https://RecapTimeBot:${{env.RTDEVBOT_GITHUB_TOKEN}}@github.com/internal-recaptime-dev/infra-internals-public.git git push pub --mirror - git remote remove pub \ No newline at end of file + git remote remove pub