Skip to content

Commit

Permalink
ci: update service_account
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Aug 19, 2024
1 parent 98d787c commit 9d94ec7
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 @@ -53,7 +53,7 @@ runs:
runtime: python311
entry_point: subscribe
source_dir: src/wmrc
service_account: cloud-function-sa@${{ inputs.project_id }}.iam.gserviceaccount.com
service_account: ${{ inputs.service_account_email }}
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
Expand Down

0 comments on commit 9d94ec7

Please sign in to comment.