Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-loss authored Mar 22, 2024
1 parent 81f6c00 commit ef65e9d
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 @@ -34,7 +34,7 @@ jobs:
# export_default_credentials: true

- name: Let's copy gcp credentials
run: echo "${{secrets.GKE_SECRET_CPS}}" > gcp_credentials.json
run: echo "${{secrets.GKE_SECRET_CPS}}" | base64 --decode > gcp_credentials.json

- name: Configure Docker to use GCR
run: |
Expand Down

0 comments on commit ef65e9d

Please sign in to comment.