Skip to content

Commit 1adbbe5

Browse files
committed
chore: update e2e workflow to take eth rpc from gh secret
1 parent ce41dc9 commit 1adbbe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/task-test-end-to-end.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
description: "Hash used to retrieve the cairo artifacts"
2525
required: true
2626
type: string
27+
secrets:
28+
ETHEREUM_SEPOLIA_RPC:
29+
required: true
2730

2831
jobs:
2932
test-end-to-end:
@@ -141,6 +144,7 @@ jobs:
141144
env:
142145
# the self hosted runner has a different region so we override it here
143146
AWS_REGION: us-east-1
147+
MADARA_ORCHESTRATOR_ETHEREUM_SETTLEMENT_RPC_URL: ${{ secrets.ETHEREUM_SEPOLIA_RPC }}
144148
MADARA_ORCHESTRATOR_ATLANTIC_API_KEY: ${{ secrets.MADARA_ORCHESTRATOR_ATLANTIC_API_KEY }}
145149
run: |
146150
RUST_LOG=info cargo test \

0 commit comments

Comments
 (0)