We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c892c commit eb44bf1Copy full SHA for eb44bf1
.github/workflows/terraform.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: 'Authenticate to Google Cloud'
21
uses: 'google-github-actions/auth@v2'
22
with:
23
- credentials_json: '${{ secrets.GCP_SA_KEY }}' # Make sure to set this secret in your repository
+ credentials_json: '${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}' # Make sure to set this secret in your repository
24
25
- name: 'Set up Terraform'
26
uses: hashicorp/setup-terraform@v3
0 commit comments