Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-loss committed Mar 23, 2024
1 parent 0490915 commit f30561f
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 @@ -19,7 +19,7 @@ jobs:
exec -l $SHELL
gcloud --version
- name: Authenticate with Google Cloud
- name: Authenticate with Google
run: |
echo "${{ secrets.GKE_SECRET_CPS }}" | base64 --decode > gcp-sa-key.json
gcloud auth activate-service-account --key-file=gcp-sa-key.json
Expand Down

0 comments on commit f30561f

Please sign in to comment.