Skip to content

Sync main-apache branch #155

Sync main-apache branch

Sync main-apache branch #155

Workflow file for this run

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-examples.git