Skip to content

Commit

Permalink
chore(gha): add rpc env vars for fork testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Oct 27, 2023
1 parent 95ff7f6 commit db876ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
NEXT_PUBLIC_SUPABASE_TABLE: ${{ vars.NEXT_PUBLIC_SUPABASE_TABLE }}
NEXT_PUBLIC_WALLETCONNECT_ID: ${{ secrets.NEXT_PUBLIC_WALLETCONNECT_ID }}
GOERLI_RPC_URL: ${{ vars.GOERLI_RPC_URL }}
MAINNET_RPC_URL: ${{ vars.MAINNET_RPC_URL }}
DOCKER_PLATFORM: "amd64"

# Trigger the workflow when:
Expand Down
2 changes: 1 addition & 1 deletion graph/tests/.latest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.6.0",
"timestamp": 1698330729535
"timestamp": 1698421837557
}

0 comments on commit db876ce

Please sign in to comment.