From c139ff1c44e4858dc1d48fd95afd691f8f039230 Mon Sep 17 00:00:00 2001 From: leruaa Date: Tue, 1 Oct 2024 06:27:57 +0000 Subject: [PATCH] chore: add RPC env variable to CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8072b98..59ebe8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,8 @@ on: pull_request: env: - CARGO_TERM_COLOR: always + CARGO_TERM_COLOR: + ETH_HTTP_RPC: ${{ secrets.ETH_HTTP_RPC }} jobs: build: