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 ce41dc9 commit 1adbbe5Copy full SHA for 1adbbe5
.github/workflows/task-test-end-to-end.yml
@@ -24,6 +24,9 @@ on:
24
description: "Hash used to retrieve the cairo artifacts"
25
required: true
26
type: string
27
+ secrets:
28
+ ETHEREUM_SEPOLIA_RPC:
29
+ required: true
30
31
jobs:
32
test-end-to-end:
@@ -141,6 +144,7 @@ jobs:
141
144
env:
142
145
# the self hosted runner has a different region so we override it here
143
146
AWS_REGION: us-east-1
147
+ MADARA_ORCHESTRATOR_ETHEREUM_SETTLEMENT_RPC_URL: ${{ secrets.ETHEREUM_SEPOLIA_RPC }}
148
MADARA_ORCHESTRATOR_ATLANTIC_API_KEY: ${{ secrets.MADARA_ORCHESTRATOR_ATLANTIC_API_KEY }}
149
run: |
150
RUST_LOG=info cargo test \
0 commit comments