Skip to content

Commit

Permalink
register darwinia-ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 12, 2024
1 parent 68b2e17 commit b3c2360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
HELIXBRIDGE_CLI_VERSION: sha-c8d344e
HELIXBRIDGE_CLI_VERSION: sha-f56b189

jobs:
deploy:
Expand All @@ -20,6 +20,7 @@ jobs:
docker run -i --rm \
--name helixbridge \
-v $PWD:/relayer \
-e FORCE_COLOR=1 \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --verbose --datadir=/relayer --group=itering
Expand All @@ -29,6 +30,7 @@ jobs:
docker run -i --rm \
--name helixbridge \
-v $PWD:/relayer \
-e FORCE_COLOR=1 \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
generate-configure --verbose --datadir=/relayer --group=itering
Expand Down

0 comments on commit b3c2360

Please sign in to comment.