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 922e2a4 commit 4484097Copy full SHA for 4484097
.github/workflows/ci.yaml
@@ -106,9 +106,9 @@ jobs:
106
ref: 'main'
107
108
- name: Authenticate with Google Cloud
109
- uses: google-github-actions/auth@v0.1.0
+ uses: google-github-actions/auth@v1
110
with:
111
- credentials: ${{ secrets.GCLOUD_AUTH }}
+ credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
112
113
- name: Deploy to Google Cloud Run
114
uses: google-github-actions/deploy-cloudrun@v1
0 commit comments