Create mirrortea.yml

This commit is contained in:
Wish 2024-10-05 15:44:30 -05:00 committed by GitHub
parent f79e6bbe37
commit b8e048fe07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/workflows/mirrortea.yml vendored Normal file
View file

@ -0,0 +1,13 @@
# Pushes the contents of the repo to the Codeberg mirror
name: Mirror to Gitea
on: push
jobs:
gitea:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { fetch-depth: 0 }
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitea.com:Freakybob/classic.freakybob.site.git
ssh_private_key: ${{ secrets.CODEBERG_SSH }}