Skip to content

More initial port-authority config #231

More initial port-authority config

More initial port-authority config #231

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 }}