Create mirrortea.yml
This commit is contained in:
parent
f79e6bbe37
commit
b8e048fe07
1 changed files with 13 additions and 0 deletions
13
.github/workflows/mirrortea.yml
vendored
Normal file
13
.github/workflows/mirrortea.yml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue