Skip to content

Commit

Permalink
Merge pull request #5965 from shaneknapp/fix-secret-name
Browse files Browse the repository at this point in the history
[DH-301] fix the name of the GKE secret
  • Loading branch information
shaneknapp authored Aug 19, 2024
2 parents 1421ec5 + 763f4ef commit 0ed3db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Auth to gcloud
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
credentials_json: ${{ secrets.GKE_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}

- name: Install Google Cloud SDK
Expand Down

0 comments on commit 0ed3db6

Please sign in to comment.