Skip to content

Mirroring

Mirroring #1978

name: Mirroring
on:
push:
branches: ["main"]
workflow_dispatch: # Manual dispatch
schedule:
- cron: "0 */6 * * *" # Every 6 hours
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@codeberg.org:FrostCo/AdvancedProfanityFilter.git
ssh_private_key: ${{ secrets.MIRRORING_SSH_KEY }}