Skip to content

Commit

Permalink
chore: don't use secret for RPC for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Oct 28, 2024
1 parent 108b0e7 commit 0eac0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
ETH_HTTP_RPC: ${{ secrets.ETH_HTTP_RPC }}
ETH_HTTP_RPC: https://eth.llamarpc.com

jobs:
test:
Expand Down

0 comments on commit 0eac0da

Please sign in to comment.