Skip to content

Commit c998ce0

Browse files
committed
add new env var
1 parent 7d9739a commit c998ce0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
env:
146146
NODE_OPTIONS: "--no-deprecation"
147147
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
148+
MOONBEAM_HTTP_ENDPOINT: ${{ secrets.MOONBEAM_HTTP_ENDPOINT }}
148149
strategy:
149150
fail-fast: false
150151
matrix:

test/moonwall.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@
10071007
"--tmp"
10081008
],
10091009
"defaultForkConfig": {
1010-
"url": "${MOONBEAM_ENDPOINT}",
1010+
"url": "${MOONBEAM_HTTP_ENDPOINT}",
10111011
"stateOverridePath": "./configs/mbStateOverride.json",
10121012
"verbose": true
10131013
}

0 commit comments

Comments
 (0)