We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355aad7 commit dc2fc2cCopy full SHA for dc2fc2c
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Google Cloud Auth
17
uses: google-github-actions/auth@v2
18
with:
19
- credentials_json: ${{ secrets.GCP_CREDENTIALS }}
+ credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
20
21
- name: Set up Google Cloud
22
uses: google-github-actions/setup-gcloud@v2
0 commit comments