From 0268e6d29c97521387361dd418da9956bf0e6a11 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 28 Jul 2023 21:23:24 -0400 Subject: [PATCH] Added New Mirror --- .../workflows/{codeberg-mirror.yml => forgejo-mirror.yml} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename .github/workflows/{codeberg-mirror.yml => forgejo-mirror.yml} (81%) diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/forgejo-mirror.yml similarity index 81% rename from .github/workflows/codeberg-mirror.yml rename to .github/workflows/forgejo-mirror.yml index f5fc91c..301439f 100644 --- a/.github/workflows/codeberg-mirror.yml +++ b/.github/workflows/forgejo-mirror.yml @@ -27,4 +27,10 @@ jobs: - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: "git@codeberg.org:alexis/block-meta-from-fedi.git" - ssh_private_key: ${{ secrets.CODEBERG_SSH }} \ No newline at end of file + ssh_private_key: ${{ secrets.CODEBERG_SSH }} + + # Mirror To Forgejo + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: "git@git.catgirl.land:catgirl-land/block-meta-from-fedi.git" + ssh_private_key: ${{ secrets.FORGEJO_SSH }} \ No newline at end of file