We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef631c commit ee3b4c1Copy full SHA for ee3b4c1
.github/actions/substreams-docker/action.yml
@@ -41,7 +41,7 @@ runs:
41
- name: Run protocol tests
42
env:
43
PROTOCOLS: ${{ inputs.protocols }}
44
- RPC_URL: ${{ env.RPC_URL }}
+ RPC_URL: ${{ secrets.ETH_RPC_URL }}
45
SUBSTREAMS_API_TOKEN: ${{ env.SUBSTREAMS_API_TOKEN }}
46
run: |
47
docker compose up --abort-on-container-exit --exit-code-from test-runner
0 commit comments