Skip to content

Commit 6dda0f0

Browse files
committed
fix: standardize quotes for project_id in Google Cloud authentication step
1 parent 4d992ca commit 6dda0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Authenticate with Google Cloud
2828
uses: google-github-actions/auth@v3
2929
with:
30-
project_id: 'httparchive'
30+
project_id: "httparchive"
3131
credentials_json: ${{ secrets.GCP_SA_KEY }}
3232

3333
- name: Set up Terraform

0 commit comments

Comments
 (0)