Skip to content

Commit 9b4eedf

Browse files
committed
fix: missing configuration in terraform deployment action in CI
1 parent 45ca0e0 commit 9b4eedf

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/actions/deploy-terraform-infrastructure

1 file changed

+1
-0
lines changed

.github/workflows/actions/deploy-terraform-infrastructure/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ runs:
196196
mithril_aggregator_cexplorer_pools_url = "${{ inputs.mithril_aggregator_cexplorer_pools_url }}"
197197
mithril_aggregator_allow_unparsable_block = "${{ inputs.mithril_aggregator_allow_unparsable_block }}"
198198
mithril_aggregator_cardano_transactions_prover_cache_pool_size = "${{ inputs.mithril_aggregator_cardano_transactions_prover_cache_pool_size }}"
199+
mithril_aggregator_cardano_transactions_database_connection_pool_size = "${{ inputs.mithril_aggregator_cardano_transactions_database_connection_pool_size }}"
199200
mithril_aggregator_cardano_transactions_signing_config_security_parameter = "${{ inputs.mithril_aggregator_cardano_transactions_signing_config_security_parameter }}"
200201
mithril_aggregator_cardano_transactions_signing_config_step = "${{ inputs.mithril_aggregator_cardano_transactions_signing_config_step }}"
201202
prometheus_auth_username = "${{ inputs.prometheus_auth_username }}"

0 commit comments

Comments
 (0)