Skip to content

Commit

Permalink
Added Github Action to deploy Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Mar 29, 2024
1 parent 3d6b174 commit dc1f364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc1f364

Please sign in to comment.