We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10fae8 commit 61ebcdeCopy full SHA for 61ebcde
.github/workflows/odh-fork-sync.yml
@@ -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