Skip to content

Commit b680fda

Browse files
authored
feat: fix task queue trigger for updating reports post release (#801)
1 parent 77b7811 commit b680fda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validator-update.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- name: Create task to run cloud function
3333
run: |
3434
gcloud tasks create-http-task \
35-
--queue=update_validation_report_task_queue \
35+
--queue=update-validation-report-task-queue \
3636
--url=https://${ENVIRONMENT}-${PROJECT_ID}.cloudfunctions.net/update-validation-report \
3737
--schedule-time=$(date -u -d "+24 hours" +%Y-%m-%dT%H:%M:%SZ) \
38-
--oidc-service-account-email=${DEPLOYER_SERVICE_ACCOUNT}
38+
--oidc-service-account-email=${DEPLOYER_SERVICE_ACCOUNT} \
39+
--location=${{ vars.MOBILITY_FEEDS_REGION }}

0 commit comments

Comments
 (0)