From 1c408928964f147c9d36caf5be985966300303ad Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Mon, 19 Aug 2024 13:15:50 -0600 Subject: [PATCH] ci: pub/sub is default? --- .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 06bcd28..fcd105a 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