This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Sync main-apache branch #504
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync main-apache branch | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.APACHE_SYNC_MIDSTREAM_TOKEN }} | |
| on: | |
| schedule: | |
| - cron: "0 0 * * *" # every day at midnight | |
| workflow_dispatch: | |
| jobs: | |
| sync-main-apache: | |
| if: github.repository_owner == 'kiegroup' | |
| name: Sync main-apache branch | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Sync main-apache branch with upstream/main | |
| uses: kiegroup/kie-ci/.ci/actions/upstream-sync@main | |
| with: | |
| upstream_remote: https://github.com/apache/incubator-kie-kogito-serverless-operator.git |