Skip to content

Commit ee3b4c1

Browse files
ci: Use ETH_RPC_URL from the org secrets instead of env
#time 35m
1 parent 0ef631c commit ee3b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/substreams-docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
- name: Run protocol tests
4242
env:
4343
PROTOCOLS: ${{ inputs.protocols }}
44-
RPC_URL: ${{ env.RPC_URL }}
44+
RPC_URL: ${{ secrets.ETH_RPC_URL }}
4545
SUBSTREAMS_API_TOKEN: ${{ env.SUBSTREAMS_API_TOKEN }}
4646
run: |
4747
docker compose up --abort-on-container-exit --exit-code-from test-runner

0 commit comments

Comments
 (0)