From 1144ec4ea65e30fe6eb0385184e49c6b0dda69c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Fri, 2 Feb 2024 09:01:04 -0500 Subject: [PATCH] Updated mirror links. --- .github/workflows/mirror.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 672eedc..debc9e0 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -28,3 +28,14 @@ jobs: with: source-repo: "git@github.com:batuhan-basoglu/Batuhan-s-Bikes-Website-Alternative-with-Chatbot-Service.git" destination-repo: "git@codeberg.org:batuhan-basoglu/Batuhan-s-Bikes-Website-Alternative-with-Chatbot-Service.git" + + forgejo: + runs-on: ubuntu-latest + steps: + - name: Mirror to Forgejo + uses: wearerequired/git-mirror-action@v1 + env: + SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }} + with: + source-repo: "git@github.com:batuhan-basoglu/Batuhan-s-Bikes-Website-Alternative-with-Chatbot-Service.git" + destination-repo: "git@git.batuhan.basoglu.co:batuhan-basoglu/Batuhan-s-Bikes-Website-Alternative-with-Chatbot-Service.git"