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 11name : Call sync on OpenDataHub CFO fork sync
22on :
33 release :
4- types : [published]
4+ types :
5+ [published]
56 workflow_dispatch :
67
78jobs :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments