File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Call sync on OpenDataHub CFO fork sync
2
2
on :
3
3
release :
4
- types : [published]
4
+ types :
5
+ [published]
5
6
workflow_dispatch :
6
7
7
8
jobs :
8
9
sync-fork :
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
- name : Sync-fork
12
- env :
13
- GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
14
13
run : |
15
14
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
Original file line number Diff line number Diff line change @@ -171,5 +171,5 @@ jobs:
171
171
gh release edit ${{ github.event.inputs.version }} --notes-file release-notes.md
172
172
rm release-notes.md
173
173
env :
174
- GITHUB_TOKEN : ${{ github.TOKEN }}
174
+ GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
175
175
shell : bash
You can’t perform that action at this time.
0 commit comments