Skip to content

Commit

Permalink
chore: add RPC env variable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Oct 1, 2024
1 parent b614e02 commit c139ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
pull_request:

env:
CARGO_TERM_COLOR: always
CARGO_TERM_COLOR:
ETH_HTTP_RPC: ${{ secrets.ETH_HTTP_RPC }}

jobs:
build:
Expand Down

0 comments on commit c139ff1

Please sign in to comment.