From ab233d5fc8ba47d7fa196c569453b305daa64a63 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Wed, 13 Sep 2023 13:42:31 -0400 Subject: [PATCH] Fixes Key Collision Bug --- .github/workflows/integration-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0d07c0de91b..937d74a11db 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -728,7 +728,6 @@ jobs: CHAINLINK_ENV_USER: ${{ github.actor }} TEST_LOG_LEVEL: debug EVM_KEYS: ${{ secrets.QA_EVM_KEYS }} - TEST_EVM_KEYS: ${{ secrets.QA_EVM_KEYS }} OPTIMISM_GOERLI_URLS: ${{ secrets.QA_OPTIMISM_GOERLI_URLS }} OPTIMISM_GOERLI_HTTP_URLS: ${{ secrets.QA_OPTIMISM_GOERLI_HTTP_URLS }}