Skip to content

Commit 02c1901

Browse files
committed
chore: Use processed GOOGLE_APPLICATION_CREDENTIALS
1 parent ebcb4de commit 02c1901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Create Google Default credentials file
4444
run: |
45-
echo ${{ secrets.GCLOUD_SERVICE_KEY }} > cred.json
45+
cp ${{ env.GOOGLE_APPLICATION_CREDENTIALS }} cred.json
4646
4747
- name: Build Image
4848
run: docker build -t web . --build-arg project_id=${{vars.PROJECT_ID}}

0 commit comments

Comments
 (0)