Skip to content

Commit 4484097

Browse files
author
Raymond Ottun
committed
ci: use google credentials for deployment
1 parent 922e2a4 commit 4484097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
ref: 'main'
107107

108108
- name: Authenticate with Google Cloud
109-
uses: google-github-actions/auth@v0.1.0
109+
uses: google-github-actions/auth@v1
110110
with:
111-
credentials: ${{ secrets.GCLOUD_AUTH }}
111+
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
112112

113113
- name: Deploy to Google Cloud Run
114114
uses: google-github-actions/deploy-cloudrun@v1

0 commit comments

Comments
 (0)