Skip to content

chore: release v0.1.6 #611

chore: release v0.1.6

chore: release v0.1.6 #611

Workflow file for this run

name: sync to codeberg
concurrency:
group: ${{ github.ref }}-codeberg
cancel-in-progress: true
on:
push:
workflow_dispatch:
schedule:
- cron: "0 */12 * * *"
jobs:
codeberg:
if: github.repository == 'Vexcited/StayReal'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: Ximaz/repository-mirroring-action@main
with:
target_repo_url: "[email protected]:Vexcited/StayReal.git"
ssh_private_key: ${{ secrets.CODEBERG_SSH_PRIVATE_KEY }}
ssh_private_key_passphrase: ${{ secrets.CODEBERG_SSH_PASSPHRASE }}