Skip to content

Commit 4ebf31d

Browse files
committed
Add FORCE_SEQUENCER_ADDRESSES environment variable to UI deployment
1 parent 6a37cae commit 4ebf31d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
SEQUENCER_API_URL: ${{ secrets.SEQUENCER_API_URL }}
5858
CENSUS_API_URL: ${{ secrets.CENSUS_API_URL }}
5959
RPC_URL: ${{ secrets.RPC_URL }}
60+
FORCE_SEQUENCER_ADDRESSES: ${{ secrets.FORCE_SEQUENCER_ADDRESSES }}
6061
ESLINT_NO_DEV_ERRORS: true
6162

6263
- name: Copy index.html to 404.html for SPA fallback

0 commit comments

Comments
 (0)