Skip to content

Commit

Permalink
Fix OLM workflow reference (#1587)
Browse files Browse the repository at this point in the history
Attempt to fix failing https://github.com/k8gb-io/k8gb/actions/runs/7289262682

Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev authored Jun 13, 2024
1 parent 468ed1e commit bef324f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
continue-on-error: true
uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609
with:
workflow: OLM bundle and PR
workflow: olm_pr.yaml
token: ${{ secrets.CR_TOKEN }}
inputs: '{ "bundleVersion": "master" }' # during the release 'master' is what we want here
- name: Invoke workflow for OLM (community-operators-prod)
if: always()
continue-on-error: true
uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609
with:
workflow: OLM bundle and PR
workflow: olm_pr.yaml
token: ${{ secrets.CR_TOKEN }}
inputs: |
{
Expand Down

0 comments on commit bef324f

Please sign in to comment.