Skip to content

Commit

Permalink
fix: create firestore db
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Oct 7, 2023
1 parent f47b68c commit 38d43d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/datasets-batch-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ jobs:

- name: Google Cloud Setup
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ inputs.PROJECT_ID }}
service_account_key: ${{ secrets.GCP_MOBILITY_FEEDS_SA_KEY }}
# with:
# project_id: ${{ inputs.PROJECT_ID }}
# service_account_key: ${{ secrets.GCP_MOBILITY_FEEDS_SA_KEY }}

- name: Set Variables
run: |
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
run: gsutil rm gs://${{inputs.FUNCTION_BUCKET_NAME}}/${{inputs.SOURCE_ZIP_PATH}}*

- name: Create Firestore Database
run: gcloud firestore databases create --region=${{ inputs.REGION }}
run: gcloud firestore databases create --location=${{ inputs.REGION }}

- name: Install Terraform
uses: hashicorp/setup-terraform@v1
Expand Down

0 comments on commit 38d43d5

Please sign in to comment.