Skip to content

CI: do release build instead of dev build #6

CI: do release build instead of dev build

CI: do release build instead of dev build #6

name: mirror to codeberg
on: [push, delete]
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: "[email protected]:jonas.jelonek/wake-on-lan.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH }}