From 7e2dd890655df7e2ec82eacd482072390ee7c783 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Mon, 19 Aug 2024 13:54:25 -0600 Subject: [PATCH] ci: nope, default seems to be http --- .github/actions/deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index fcd105a..06bcd28 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -54,7 +54,7 @@ runs: entry_point: subscribe source_dir: src/wmrc service_account: cloud-function-sa@${{ inputs.project_id }}.iam.gserviceaccount.com - # event_trigger_type: google.pubsub.topic.publish + event_trigger_type: google.pubsub.topic.publish event_trigger_pubsub_topic: projects/${{ inputs.project_id }}/topics/${{ steps.globals.outputs.TOPIC_NAME }} memory: 1024M service_timeout: 9m