We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceecd8 commit aab18d1Copy full SHA for aab18d1
1 file changed
.github/workflows/google-cloudrun-docker.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Authenticate Cloud CLI
31
uses: 'google-github-actions/auth@v2'
32
with:
33
- credentials_json: '${{ secrets.GCP_SA_KEY }}'
+ credentials_json: ${{ secrets.GCP_SA_KEY }}
34
35
- name: Set up Cloud SDK
36
uses: 'google-github-actions/setup-gcloud@v2'
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments