We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596c2c0 commit 64395f3Copy full SHA for 64395f3
.github/workflows/duplicate-prod-db.yml
@@ -29,6 +29,7 @@ jobs:
29
DUMP_BUCKET_NAME="mobilitydata-database-dump-qa"
30
BUCKET_PROJECT_ID=${{ vars.QA_MOBILITY_FEEDS_PROJECT_ID }}
31
GCP_REGION=${{ vars.MOBILITY_FEEDS_REGION }}
32
+ SQL_INSTANCE_NAME=${{ secrets.DB_INSTANCE_NAME }}
33
34
# Check if the bucket already exists
35
if ! gsutil ls -b "gs://${DUMP_BUCKET_NAME}" &> /dev/null; then
0 commit comments