Skip to content

Commit 61ebcde

Browse files
dimakisopenshift-ci[bot]
authored andcommitted
ci: this calls the sync-fork workflow in the odh-cfo
1 parent e10fae8 commit 61ebcde

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/odh-fork-sync.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Call sync on OpenDataHub CFO fork sync
2+
on:
3+
release:
4+
types: [published]
5+
workflow_dispatch:
6+
7+
jobs:
8+
sync-fork:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Sync-fork
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
14+
run: |
15+
gh workflow run sync-fork.yaml -R github.com/opendatahub-io/codeflare-operator -r main

0 commit comments

Comments
 (0)