Skip to content

Commit 5d9d914

Browse files
authored
Fix credentials in GKE github action (#1772)
1 parent cfe074d commit 5d9d914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance_tests_gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Authenticate to Google Cloud
4545
uses: "google-github-actions/auth@v0"
4646
with:
47-
credentials_json: ${{ secrets.GKE_SA_KEY }}
47+
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
4848
- name: Install Terraform
4949
uses: hashicorp/setup-terraform@v1
5050
with:

0 commit comments

Comments
 (0)