From 7b821dd0a544d478a4daf800240e85d28cd773a6 Mon Sep 17 00:00:00 2001 From: joss Date: Tue, 11 Jun 2024 15:57:14 +0100 Subject: [PATCH] test: helm install upgrade --- .github/workflows/fizzbuzz-chart.yaml | 2 +- .github/workflows/fizzbuzz-crds-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fizzbuzz-chart.yaml b/.github/workflows/fizzbuzz-chart.yaml index 5ef5cf93..3dab6eea 100644 --- a/.github/workflows/fizzbuzz-chart.yaml +++ b/.github/workflows/fizzbuzz-chart.yaml @@ -41,7 +41,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! fizzbuzz-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.2-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@fix/remove-token-from-helm-setup with: job-name: fizzbuzz-chart comment-pr: "true" diff --git a/.github/workflows/fizzbuzz-crds-chart.yaml b/.github/workflows/fizzbuzz-crds-chart.yaml index 2e9c5370..506fd9da 100644 --- a/.github/workflows/fizzbuzz-crds-chart.yaml +++ b/.github/workflows/fizzbuzz-crds-chart.yaml @@ -41,7 +41,7 @@ jobs: # Job name must be unique across repo to target # branch protection rules "required checks" properly! fizzbuzz-crds-chart: - uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v2.0.2-charts + uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@fix/remove-token-from-helm-setup with: job-name: fizzbuzz-crds-chart comment-pr: "true"