Skip to content

Sync changes scheduled from CE to EE #38

Sync changes scheduled from CE to EE

Sync changes scheduled from CE to EE #38

name: Sync changes scheduled from CE to EE
on:
workflow_dispatch:
schedule:
- cron: '30 21 * * *'
jobs:
sync-branches:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-sync-changes.yaml@main
if: github.repository == 'pimcore/customer-data-framework'
strategy:
fail-fast: false
matrix:
ref: [{'base': '3.4', 'destination': '3.4'}, {'base': '4.0', 'destination': '4.0'}, {'base': '4.2', 'destination': '4.2'}]
with:
base_ref: ${{ matrix.ref.base }}
ref_name: ${{ matrix.ref.destination }}
target_repo: 'ee-customer-data-framework'
auto_merge: true
secrets:
SYNC_TOKEN: ${{ secrets.SYNC_TOKEN }}
GIT_NAME: ${{ secrets.GIT_NAME }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}