Skip to content

Commit 7e6da4c

Browse files
Bobbins228openshift-ci[bot]
authored andcommitted
Updated CFO sync and tag-build workflows
1 parent b051b1a commit 7e6da4c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Call sync on OpenDataHub CFO fork sync
22
on:
33
release:
4-
types: [published]
4+
types:
5+
[published]
56
workflow_dispatch:
67

78
jobs:
89
sync-fork:
910
runs-on: ubuntu-latest
1011
steps:
1112
- name: Sync-fork
12-
env:
13-
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
1413
run: |
1514
gh workflow run sync-fork.yaml -R github.com/opendatahub-io/codeflare-operator -r main
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
17+
shell:
18+
bash

.github/workflows/tag-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,5 @@ jobs:
171171
gh release edit ${{ github.event.inputs.version }} --notes-file release-notes.md
172172
rm release-notes.md
173173
env:
174-
GITHUB_TOKEN: ${{ github.TOKEN }}
174+
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
175175
shell: bash

0 commit comments

Comments
 (0)