Skip to content

Commit

Permalink
fix: missing configuration in terraform deployment action in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jul 12, 2024
1 parent 45ca0e0 commit 9b4eedf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ runs:
mithril_aggregator_cexplorer_pools_url = "${{ inputs.mithril_aggregator_cexplorer_pools_url }}"
mithril_aggregator_allow_unparsable_block = "${{ inputs.mithril_aggregator_allow_unparsable_block }}"
mithril_aggregator_cardano_transactions_prover_cache_pool_size = "${{ inputs.mithril_aggregator_cardano_transactions_prover_cache_pool_size }}"
mithril_aggregator_cardano_transactions_database_connection_pool_size = "${{ inputs.mithril_aggregator_cardano_transactions_database_connection_pool_size }}"
mithril_aggregator_cardano_transactions_signing_config_security_parameter = "${{ inputs.mithril_aggregator_cardano_transactions_signing_config_security_parameter }}"
mithril_aggregator_cardano_transactions_signing_config_step = "${{ inputs.mithril_aggregator_cardano_transactions_signing_config_step }}"
prometheus_auth_username = "${{ inputs.prometheus_auth_username }}"
Expand Down

0 comments on commit 9b4eedf

Please sign in to comment.