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 aed6a49 commit a8e8ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
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
env:
BLOCKFROST_KEY: ${{ secrets.BLOCKFROST_KEY }}
- name: Add just
uses: extractions/setup-just@v2
- name: Set up Rust
Expand All @@ -109,5 +111,4 @@ jobs:
env:
ADDR_FROM: addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4
ADDR_TO: addr_test1vqeux7xwusdju9dvsj8h7mca9aup2k439kfmwy773xxc2hcu7zy99
BLOCKFROST_KEY: ${{ secrets.BLOCKFROST_KEY }}
run: just demo

0 comments on commit a8e8ae0

Please sign in to comment.