From 99507400d54b6f14e5140c7cf0bc0cb077ce79c2 Mon Sep 17 00:00:00 2001 From: Andrew Chasin Date: Mon, 22 Jan 2024 15:54:58 -0500 Subject: [PATCH] changing topic name to fully qualified --- .github/workflows/_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_deployment.yaml b/.github/workflows/_deployment.yaml index ad57512..3c466e9 100644 --- a/.github/workflows/_deployment.yaml +++ b/.github/workflows/_deployment.yaml @@ -100,7 +100,7 @@ jobs: gcloud scheduler jobs create pubsub pipeline-submit-schedule \ --location="us-east4" \ --schedule="* * * * *" \ - --topic="pipeline-submission-topic" \ + --topic="projects/${{ vars.gcp_project_id }}/topics/pipeline-submission-topic" \ --message-body-from-file="pipeline.json" \ --project="${{ vars.gcp_project_id }}"