Skip to content

feat(router): add profile route #21

feat(router): add profile route

feat(router): add profile route #21

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