Skip to content

Commit 3d7c796

Browse files
committed
feat(ci): add p2p bootstrap peers configuration in pre-release
1 parent 806c8be commit 3d7c796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ jobs:
257257
mithril_use_p2p_network: ${{ matrix.mithril_use_p2p_network }}
258258
mithril_p2p_use_dmq_protocol: ${{ matrix.mithril_p2p_use_dmq_protocol }}
259259
mithril_p2p_use_real_dmq_node: ${{ matrix.mithril_p2p_use_real_dmq_node }}
260+
mithril_p2p_network_bootstrap_peer: ${{ vars.MITHRIL_P2P_NETWORK_BOOTSTRAP_PEER }}
260261
mithril_api_domain: ${{ matrix.mithril_api_domain }}
261262
mithril_image_id: ${{ env.DOCKER_IMAGE_ID }}
262263
mithril_protocol_parameters: ${{ toJSON(matrix.mithril_protocol_parameters) }}

0 commit comments

Comments
 (0)