Skip to content

Commit

Permalink
SRVLOGIC-281: Move upstream-sync CI to kie-ci repository (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantonangeli committed May 2, 2024
1 parent 533229a commit dcbf756
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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:
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-tools.git

0 comments on commit dcbf756

Please sign in to comment.