Skip to content

Commit

Permalink
does event work now
Browse files Browse the repository at this point in the history
  • Loading branch information
jensskott committed Mar 30, 2024
1 parent add9873 commit ed0b5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
project_id: ${{ secrets.PROJECT_ID }}
description: Project budget account remover
service_account_email: ${{ secrets.APP_SERVICE_ACCOUNT }}
event_trigger_type: topic
event_trigger_resource: ${{ secrets.PUBSUB_TOPIC }}
event_trigger_type: providers/cloud.pubsub/eventTypes/topic.publish.
event_trigger_resource: projects/${{ secrets.PROJECT_ID }}/topics/${{ secrets.PUBSUB_TOPIC }}

0 comments on commit ed0b5c6

Please sign in to comment.