Skip to content

Commit 3b0cfbb

Browse files
committed
missing env vars
1 parent bb1504a commit 3b0cfbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ jobs:
159159
INDEXING_RETRY_INTERVAL: 4000
160160
INDEXING_MAX_RETRIES: 120
161161
NODE_URL: 'http://127.0.0.1:8001'
162+
RPC: 'http://127.0.0.1:8545'
163+
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)