From 8e64a63fcb9c61c57995bacfd28bbc88afb3839a Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Thu, 6 Jun 2024 12:07:59 +0200 Subject: [PATCH] Fix OLM workflow reference Attempt to fix failing https://github.com/k8gb-io/k8gb/actions/runs/7289262682 Signed-off-by: Yury Tsarev --- .github/workflows/helm_publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm_publish.yaml b/.github/workflows/helm_publish.yaml index 8d889c7aa1..9f899aa1bb 100644 --- a/.github/workflows/helm_publish.yaml +++ b/.github/workflows/helm_publish.yaml @@ -46,7 +46,7 @@ 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) @@ -54,7 +54,7 @@ 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: | {