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 77b7811 commit b680fdaCopy full SHA for b680fda
.github/workflows/validator-update.yml
@@ -32,7 +32,8 @@ jobs:
32
- name: Create task to run cloud function
33
run: |
34
gcloud tasks create-http-task \
35
- --queue=update_validation_report_task_queue \
+ --queue=update-validation-report-task-queue \
36
--url=https://${ENVIRONMENT}-${PROJECT_ID}.cloudfunctions.net/update-validation-report \
37
--schedule-time=$(date -u -d "+24 hours" +%Y-%m-%dT%H:%M:%SZ) \
38
- --oidc-service-account-email=${DEPLOYER_SERVICE_ACCOUNT}
+ --oidc-service-account-email=${DEPLOYER_SERVICE_ACCOUNT} \
39
+ --location=${{ vars.MOBILITY_FEEDS_REGION }}
0 commit comments