Skip to content

Commit

Permalink
fix secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Oct 25, 2024
1 parent bfd47e7 commit 2c02643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Google Auth
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"
credentials_json: "${{ secrets.GCP_SA_KEY_PRODUCTION }}"

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

0 comments on commit 2c02643

Please sign in to comment.