Skip to content

Commit

Permalink
ci: starting from scratch, copying scott's
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Aug 19, 2024
1 parent 7e2dd89 commit b660a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
entry_point: subscribe
source_dir: src/wmrc
service_account: cloud-function-sa@${{ inputs.project_id }}.iam.gserviceaccount.com
event_trigger_type: google.pubsub.topic.publish
event_trigger_type: google.cloud.pubsub.topic.v1.messagePublished
event_trigger_pubsub_topic: projects/${{ inputs.project_id }}/topics/${{ steps.globals.outputs.TOPIC_NAME }}
memory: 1024M
service_timeout: 9m
Expand Down

0 comments on commit b660a48

Please sign in to comment.