Skip to content

Commit

Permalink
fix credentials_json
Browse files Browse the repository at this point in the history
  • Loading branch information
sattwyk committed Oct 28, 2024
1 parent 2a9c809 commit 84c814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
Expand Down

0 comments on commit 84c814a

Please sign in to comment.