Skip to content

Commit

Permalink
chore: Remove quote from credential json
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Jun 12, 2024
1 parent 686db42 commit ebcb4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Create Google Default credentials file
run: |
echo "${{ secrets.GCLOUD_SERVICE_KEY }}" > cred.json
echo ${{ secrets.GCLOUD_SERVICE_KEY }} > cred.json
- name: Build Image
run: docker build -t web . --build-arg project_id=${{vars.PROJECT_ID}}
Expand Down

0 comments on commit ebcb4de

Please sign in to comment.