mirroring is now manual, sorry

I don't care, I might sometimes forget, but this action doesn't even work for automatic backups so...yeah, I'll do it manually (via `git push gitlab`).
This commit is contained in:
Than Harrison 2023-06-04 06:10:27 +00:00 committed by GitHub
parent c8bfb2ef7a
commit fdf5c49afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,30 +0,0 @@
name: Push to Mirrors
on: [ push, delete, create ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
gitlab:
runs-on: ubuntu-latest
steps:
- name: Official GitLab Mirror
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
with:
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
destination-repo: "git@gitlab.com:anonymousplanetorg/thgtoa.git"
codeberg:
runs-on: ubuntu-latest
steps:
- name: Official Codeberg Mirror
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ SSH_PRIVATE_KEY }}
with:
source-repo: "git@github.com:Anon-Planet/thgtoa.git"
destination-repo: "git@codeberg.org:anonypla/thgtoa.git"