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