From 87457b3c612a45259dba5e885214fc6c963a0043 Mon Sep 17 00:00:00 2001 From: stdavis Date: Fri, 22 Dec 2023 15:30:54 -0700 Subject: [PATCH] fix: add content type to eventarc --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8eaf3e34..e79bacfa 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,6 +23,7 @@ env: --destination-run-service=download \ --destination-run-region=us-central1 \ --destination-run-path="/process_job" \ + --event-data-content-type="application/protobuf" \ --event-filters="database=(default)" \ --event-filters-path-pattern="document=**/*-input" \ --event-filters="type=google.cloud.firestore.document.v1.created"