Skip to content

馃獮 Mirror

馃獮 Mirror #31

Workflow file for this run

# Syncs repo to the Codeberg mirror
name: 馃獮 Mirror
on:
schedule: [{ cron: '0 5 * * 0' }]
push: { tags: ['v*'] }
workflow_dispatch:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: lissy93/repo-mirror-action@main
with:
ssh_key: ${{ secrets.CODEBERG_SSH }}
host: git@codeberg.org
user: alicia
repo: awesome-privacy