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 d6b83b2 commit 8383a93Copy full SHA for 8383a93
.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: ${{ secrets.ETH_RPC_URL }}
+ RPC_URL: ${{ env.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
.github/workflows/substreams.tests.yaml
@@ -1,7 +1,7 @@
1
name: Substreams Tests
2
3
4
- RPC_URL: ${{ secrets.RPC_URL }}
+ RPC_URL: ${{ secrets.ETH_RPC_URL }}
5
SUBSTREAMS_API_TOKEN: ${{ secrets.SUBSTREAMS_API_TOKEN }}
6
AUTH_API_KEY: ${{ secrets.AUTH_API_KEY }}
7
EXCLUDED_SUBSTREAMS: target|crates|ethereum-template-factory|ethereum-template-singleton
0 commit comments