Skip to content

Commit f6e77d5

Browse files
authored
Create sync-changes-scheduled.yml
1 parent d88bf3f commit f6e77d5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Sync changes scheduled from CE to EE
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
sync-branches:
7+
uses: pimcore/workflows-collection-public/.github/workflows/reusable-sync-changes.yaml@main
8+
if: github.repository == 'pimcore/customer-data-framework'
9+
strategy:
10+
fail-fast: false
11+
matrix:
12+
ref: [{'base': '3.4', 'destination': '3.4'}, {'base': '4.0', 'destination': '4.0'}, {'base': '4.2', 'destination': '4.2'}]
13+
with:
14+
base_ref: ${{ matrix.ref.base }}
15+
ref_name: ${{ matrix.ref.destination }}
16+
target_repo: 'ee-customer-data-framework'
17+
auto_merge: true
18+
secrets:
19+
SYNC_TOKEN: ${{ secrets.SYNC_TOKEN }}
20+
GIT_NAME: ${{ secrets.GIT_NAME }}
21+
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}

0 commit comments

Comments
 (0)