Skip to content

Commit

Permalink
write lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Aug 20, 2024
1 parent 5236464 commit 002ffad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# - main

env:
HELIXBRIDGE_CLI_VERSION: sha-2f6ec67
HELIXBRIDGE_CLI_VERSION: sha-33f7a0b

jobs:
check:
Expand All @@ -28,7 +28,7 @@ jobs:
-e FORCE_COLOR=1 \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --verbose --datadir=/relayer --group=itering
register --verbose --write-lock --datadir=/relayer --group=itering
- name: Check configure
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.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-2f6ec67
HELIXBRIDGE_CLI_VERSION: sha-33f7a0b

jobs:
deploy:
Expand All @@ -23,7 +23,7 @@ jobs:
-e FORCE_COLOR=1 \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --verbose --accept --datadir=/relayer --group=itering
register --verbose --accept --write-lock --datadir=/relayer --group=itering
- name: Generate configure
run: |
Expand Down

0 comments on commit 002ffad

Please sign in to comment.