Skip to content

Commit 64395f3

Browse files
committed
Incrementally testing GH action.
1 parent 596c2c0 commit 64395f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
DUMP_BUCKET_NAME="mobilitydata-database-dump-qa"
3030
BUCKET_PROJECT_ID=${{ vars.QA_MOBILITY_FEEDS_PROJECT_ID }}
3131
GCP_REGION=${{ vars.MOBILITY_FEEDS_REGION }}
32+
SQL_INSTANCE_NAME=${{ secrets.DB_INSTANCE_NAME }}
3233
3334
# Check if the bucket already exists
3435
if ! gsutil ls -b "gs://${DUMP_BUCKET_NAME}" &> /dev/null; then

0 commit comments

Comments
 (0)