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 22, 2024
1 parent 651e619 commit 89f31b2
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 @@ -21,7 +21,7 @@ jobs:
- name: Authenticate with Google Cloud
run: |
echo "${{ secrets.GKE_SECRET_CPS }}" > gcp-sa-key.json
echo "${{ secrets.GKE_SECRET_CPS }}" | base64 --decode > gcp-sa-key.json
cat gcp-sa-key.json
gcloud auth activate-service-account --key-file=gcp-sa-key.json
env:
Expand Down

0 comments on commit 89f31b2

Please sign in to comment.