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 }}