Skip to content

Sync to OpenCoDE #27378

Sync to OpenCoDE

Sync to OpenCoDE #27378

name: Sync to OpenCoDE
on:
workflow_dispatch:
schedule:
- cron: '0 4-20 * * *' # stündlich 04–20 UTC (~06–22 Uhr Berlin)
jobs:
sync:
if: github.repository == 'public-ui/kolibri'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
branch:
- develop
- release/1
- release/2
- release/3
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
ref: ${{ matrix.branch }}
fetch-depth: 0
- name: Sync ${{ matrix.branch }} to OpenCoDE
uses: public-ui/kolibri/.github/actions/opencode-sync@develop
with:
branch: ${{ matrix.branch }}
remote-url: https://OC000005112572:${{ secrets.GITLAB_PERSONAL_ACCESS_TOKEN }}@gitlab.opencode.de/OC000005112572/kolibri.git