Skip to content

Commit

Permalink
changing topic name to fully qualified
Browse files Browse the repository at this point in the history
  • Loading branch information
chasinandrew committed Jan 22, 2024
1 parent b72c5f4 commit 9950740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 9950740

Please sign in to comment.