Skip to content

Commit a1d95fc

Browse files
committed
test sync workflow
1 parent 06a3a59 commit a1d95fc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/fork-sync.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This workflow will build the CodeFlare Operator image and push it to the opendatahub image registry as well as update versions in the MakeFile and README
2+
3+
name: Fork Sync
4+
5+
on:
6+
workflow_dispatch:
7+
8+
jobs:
9+
sync:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v3
14+
- uses: tgymnich/[email protected]
15+
with:
16+
token: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
17+
base: main
18+
head: main

0 commit comments

Comments
 (0)