Skip to content

Commit

Permalink
fix: configure relay endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok Nerurkar committed Nov 12, 2024
1 parent 6d02e43 commit 2d5c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
--bootnode-rpc-urls 127.0.0.1:13524 \
--provider-rpc-urls 127.0.0.1:13624 \
--bidder-rpc-urls 127.0.0.1:13724 \
--relay-endpoint 127.0.0.1:8082
--relay-endpoint http://127.0.0.1:8082
- name: Notify - Deployment Successful
if: ${{ env.IS_MANUAL_DEPLOYMENT == 'true' && success() }}
Expand Down

0 comments on commit 2d5c017

Please sign in to comment.