Skip to content

Commit eb44bf1

Browse files
committed
Fix credential secret name for Google Cloud authentication in Terraform CI/CD workflow
1 parent e0c892c commit eb44bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: 'Authenticate to Google Cloud'
2121
uses: 'google-github-actions/auth@v2'
2222
with:
23-
credentials_json: '${{ secrets.GCP_SA_KEY }}' # Make sure to set this secret in your repository
23+
credentials_json: '${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}' # Make sure to set this secret in your repository
2424

2525
- name: 'Set up Terraform'
2626
uses: hashicorp/setup-terraform@v3

0 commit comments

Comments
 (0)