Skip to content

Commit

Permalink
fix: add mainnet rpc url as secret to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed Jun 17, 2024
1 parent 510b9b8 commit 9b9491c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Run Forge build
run: |
forge --version
Expand All @@ -32,3 +32,5 @@ jobs:
run: |
forge test -vvv
id: test
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

0 comments on commit 9b9491c

Please sign in to comment.