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