Sync main-apache branch #316
This file contains 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-runtimes.git |