From 4e7c16597777cb8ee7506a9763c40f47a11a7053 Mon Sep 17 00:00:00 2001 From: Unique Divine <51418232+Unique-Divine@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:54:02 -0600 Subject: [PATCH] chore(e2e-evm-cron.yml): correct the GH secret name to MNEMONIC_TESTNET1_VALIDATOR --- .github/workflows/e2e-evm-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-evm-cron.yml b/.github/workflows/e2e-evm-cron.yml index e961e412f..dd632068a 100644 --- a/.github/workflows/e2e-evm-cron.yml +++ b/.github/workflows/e2e-evm-cron.yml @@ -40,7 +40,7 @@ jobs: # a lot of funds in NIBI. env: JSON_RPC_ENDPOINT: https://evm-rpc.testnet-1.nibiru.fi - MNEMONIC: ${{ secrets.WALLET_MNEMONIC_TESTNET }} + MNEMONIC: ${{ secrets.MNEMONIC_TESTNET1_VALIDATOR }} - name: Send failure to slack channel if: always()