Skip to content

Commit

Permalink
ci(demo): fix quotation and secret interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Jan 8, 2025
1 parent 2670273 commit aa084ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- 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
run: mkdir ./infra/wallet ; echo '${{ secrets.DEMO_WALLET }}' > ./infra/wallet/addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4.skey
- name: Cat key
run: cat ./infra/wallet/addr_test1vqhkukz0285zvk0xrwk9jlq0075tx6furuzcjvzpnhtgelsuhhqc4.skey
- name: Start docker-compose
Expand Down

0 comments on commit aa084ac

Please sign in to comment.