Skip to content

Commit

Permalink
ci: revert service account change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Aug 19, 2024
1 parent 9d94ec7 commit d0c1e43
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: ${{ inputs.service_account_email }}
service_account: cloud-function-sa@${{ inputs.project_id }}.iam.gserviceaccount.com
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 d0c1e43

Please sign in to comment.