Skip to content

Refactor Module System - Services #236

Refactor Module System - Services

Refactor Module System - Services #236

name: Codeberg Mirroring
on:
- push
- workflow_dispatch
jobs:
mirror-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: 'ssh://git@codeberg.org/FaceFTW/dotfiles.git'
ssh_private_key: ${{ secrets.GIT_SSH_PRIVATE_KEY }}