Skip to content

Commit

Permalink
(iac) fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Alexandre35 committed Nov 2, 2024
1 parent 64f34e0 commit 748a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Authenticate to GCP
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
service_account_key: ${{ secrets.GCP_SA_KEY }}

- name: Initialize Terraform
working-directory: iac
Expand Down

0 comments on commit 748a318

Please sign in to comment.