Skip to content

Commit c8efcf6

Browse files
authored
Merge pull request #15 from sprinthubmobile/feat/gvm
chore: Use processed GOOGLE_APPLICATION_CREDENTIALS
2 parents b37bb11 + 02c1901 commit c8efcf6

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)