From dc1f364783f60602921ff892ca10ff698f48362a Mon Sep 17 00:00:00 2001 From: anton Date: Fri, 29 Mar 2024 23:03:33 +0100 Subject: [PATCH] Added Github Action to deploy Helm Chart --- .github/workflows/deploy_helm_chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_helm_chart.yaml b/.github/workflows/deploy_helm_chart.yaml index c4ae430d1..5dda86b7e 100644 --- a/.github/workflows/deploy_helm_chart.yaml +++ b/.github/workflows/deploy_helm_chart.yaml @@ -61,8 +61,8 @@ jobs: - name: Auth to Google Cloud uses: google-github-actions/auth@v2 with: - workload_identity_provider: ${{ env.CICD_WORKLOAD_IDENTITY_PROVIDER }} - service_account: ${{ env.CICD_SERVICE_ACCOUNT_EMAIL }} + workload_identity_provider: ${{ vars.CICD_WORKLOAD_IDENTITY_PROVIDER }} + service_account: ${{ vars.CICD_SERVICE_ACCOUNT_EMAIL }} - name: Get GKE credentials to access the cluster uses: google-github-actions/get-gke-credentials@v2