Skip to content

Commit

Permalink
build(ci): add envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Oct 1, 2024
1 parent a8e5f29 commit 3086fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
TEST_CHAIN_ID: ${{ vars.TEST_CHAIN_ID }}
TEST_RPC_URL: ${{ secrets.TEST_RPC_URL }}
TEST_L2_CHAIN_ID: ${{ vars.TEST_L2_CHAIN_ID }}
TEST_L2_RPC_URL: ${{ secrets.TEST_L2_RPC_URL }}
TEST_SUBGRAPH_URL: ${{ secrets.TEST_SUBGRAPH_URL }}

0 comments on commit 3086fac

Please sign in to comment.