Skip to content

Commit

Permalink
Merge pull request #20 from neg-loss/addLog
Browse files Browse the repository at this point in the history
add logs
  • Loading branch information
neg-loss authored Mar 22, 2024
2 parents d8a710b + 79b957e commit a53547a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Authenticate with Google Cloud
run: |
echo "${{secrets.GKE_SECRET_CPS}}"
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
Expand Down

0 comments on commit a53547a

Please sign in to comment.