diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaf1fdc..6754a8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,8 +42,7 @@ jobs: path: htmlcov - name: Load ethereum private key - run: hatch run deployment:aleph account create --private-key ${{ secrets.ALEPH_ETH_PRIVATE_KEY }} + run: echo "deployment" | hatch run deployment:aleph account create --chain ETH --private-key ${{ secrets.ALEPH_ETH_PRIVATE_KEY }} - name: Deploy on aleph.im run: hatch run deployment:deploy - \ No newline at end of file