Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 199fc73

Browse files
committed
chore: use dRPC key in polygon integration tests2
1 parent b9428a3 commit 199fc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
NEXT_PUBLIC_BALANCER_API_URL: https://api-v3.balancer.fi/graphql
88
NEXT_PUBLIC_WALLET_CONNECT_ID: ${{ secrets.NEXT_PUBLIC_WALLET_CONNECT_ID }}
99
NEXT_PRIVATE_ALCHEMY_KEY: ${{ secrets.PRIVATE_ALCHEMY_KEY }}
10-
NEXT_PRIVATE_DRPC_KEY: ${{ secrets.PRIVATE__KEY }}
10+
NEXT_PRIVATE_DRPC_KEY: ${{ secrets.PRIVATE_DRPC_KEY }}
1111

1212
jobs:
1313
Build:

0 commit comments

Comments
 (0)