From 78aab5a76260e2f44ca5d5728ad922cf46b46fab Mon Sep 17 00:00:00 2001 From: alvarof2 Date: Thu, 9 May 2024 09:28:46 +0200 Subject: [PATCH] New Contracts and deployment --- .github/workflows/contracts-op-stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-op-stack.yml b/.github/workflows/contracts-op-stack.yml index 0d492ad85cc4..7377fbabd363 100644 --- a/.github/workflows/contracts-op-stack.yml +++ b/.github/workflows/contracts-op-stack.yml @@ -54,7 +54,7 @@ jobs: contents: read if: ${{ ! startsWith(github.triggering_actor, 'akeyless') }} env: - DEPLOY_CONTRACTS: ${{ github.event_name == 'push' && 'false' || inputs.deploy_contracts }} + DEPLOY_CONTRACTS: ${{ github.event_name == 'push' && 'true' || inputs.deploy_contracts }} CONTRACTS_TAG: ${{ github.event_name == 'push' && 'op-contracts/v1.3.0' || inputs.contracts_tag }} L1_CHAIN_ID: ${{ github.event_name == 'push' && '17000' || inputs.l1_chain_id }} L1_RPC_URL: ${{ github.event_name == 'push' && 'https://ethereum-holesky-rpc.publicnode.com' || inputs.l1_rpc_url }}