Skip to content

Commit 883e2f9

Browse files
committed
fix: secret key #32
1 parent 2317997 commit 883e2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: auth
5151
uses: google-github-actions/auth@v2
5252
with:
53-
credentials_json: ${{ secrets.GCP_SA_KEY }}
53+
credentials_json: ${{ secrets.GKE_SA_KEY }}
5454

5555
- name: Set up gcloud cli
5656
uses: google-github-actions/setup-gcloud@v2

0 commit comments

Comments
 (0)