From 8bb453334b2c94216b61664c33031bd4ad6bad13 Mon Sep 17 00:00:00 2001 From: Dimitri Saridakis Date: Tue, 17 Oct 2023 12:03:37 +0100 Subject: [PATCH] ci: this calls the sync-fork workflow in the odh-cfo --- .github/workflows/odh-fork-sync.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/odh-fork-sync.yml diff --git a/.github/workflows/odh-fork-sync.yml b/.github/workflows/odh-fork-sync.yml new file mode 100644 index 000000000..72d4a3661 --- /dev/null +++ b/.github/workflows/odh-fork-sync.yml @@ -0,0 +1,15 @@ +name: Call sync on OpenDataHub CFO fork sync +on: + release: + types: [published] + workflow_dispatch: + +jobs: + sync-fork: + runs-on: ubuntu-latest + steps: + - name: Sync-fork + env: + GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }} + run: | + gh workflow run sync-fork.yaml -R github.com/opendatahub-io/codeflare-operator -r main