From bbba0c8e563eae908d8d4cbd3a0a004ece4ac2df Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Thu, 12 Oct 2023 23:41:07 +0100 Subject: [PATCH] fixing topic name and entry point --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e240ebb..9bec3e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,8 @@ jobs: --region europe-west2 \ --gen2 \ --runtime=dotnet6 \ - --trigger-topic RunUserPlaylist \ + --entry-point Mixonomer.Func.RunUserPlaylist \ + --trigger-topic run_user_playlist \ --set-env-vars GOOGLE_CLOUD_PROJECT=${{ vars.GCP_PROJECT }} \ --service-account runuserplaylist-func@${{ vars.GCP_PROJECT }}.iam.gserviceaccount.com \ --set-build-env-vars=GOOGLE_BUILDABLE=Mixonomer.Func