From 379211fd7336469527f37a1977166ab03c61b54a Mon Sep 17 00:00:00 2001 From: Trezy Date: Sun, 26 Apr 2026 20:34:46 -0500 Subject: [PATCH] ci: mirror repo to Tangled --- .github/workflows/mirror.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..357f2b8 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,15 @@ +name: Mirror to Tangled + +on: [push, delete] + +jobs: + mirror: + runs-on: depot-ubuntu-24.04 + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: git@tangled.org:gamesgamesgamesgames.games/happyview.git + ssh_private_key: ${{ secrets.TANGLED_SSH_PRIVATE_KEY }} -- 2.51.2