Skip to content

Commit

Permalink
ci: add values required to run demo
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Dec 20, 2024
1 parent 417c5ac commit aed6a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Add wallet secret
run: mkdir ./infra/wallet ; echo "${{ secrets.DEMO_WALLET }}" > ./infra/wallet/addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4.skey
- name: Start docker-compose
run: docker compose -f ./infra/docker-compose.yaml -p preview up -d --no-build
- name: Add just
Expand All @@ -103,8 +105,6 @@ jobs:
toolchain: stable
- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Add wallet secret
run: mkdir ./infra/wallet ; echo "${{ secrets.DEMO_WALLET }}" > ./infra/wallet/addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4.skey
- name: Run demo
env:
ADDR_FROM: addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4
Expand Down

0 comments on commit aed6a49

Please sign in to comment.