diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fc3bb3d..571e0b0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,7 +22,6 @@ jobs: - name: Authenticate with Google Cloud run: | 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: GOOGLE_APPLICATION_CREDENTIALS: gcp-sa-key.json