Skip to content

Commit 24c04dd

Browse files
committed
ci: add dispatch release event for sync
1 parent ace71ad commit 24c04dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Dispatch release event for OpenDataHub CFO fork sync
2+
on:
3+
release:
4+
types: [published]
5+
workflow_dispatch:
6+
7+
jobs:
8+
notify-fork:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Repository Dispatch to Fork
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
14+
run: |
15+
gh workflow run test.yaml -R github.com/bobbins228/codeflare-operator -r test/workflow

0 commit comments

Comments
 (0)