Skip to content

Commit 78862f8

Browse files
authored
Merge pull request #1821 from input-output-hk/jpraynaud/1814-fix-terraform-deployment-action
Fix: missing configuration in terraform deployment action in CI/CD
2 parents 398a54a + 9b4eedf commit 78862f8

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)