Skip to content

Commit

Permalink
chore: add CI env secret for RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSparksCode committed Sep 27, 2024
1 parent bdae383 commit 7ef9edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
- name: Run Forge tests
run: |
forge test -vvv
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
id: test

0 comments on commit 7ef9edd

Please sign in to comment.