Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Jul 10, 2023
1 parent 5d3b18f commit 68c476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnet-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get update >/dev/null
sudo apt-get install expect >/dev/null
echo $CONSTANTINE_TESTNET_KEY | base64 -d > key.json
echo "12345678" | /home/runner/go/bin/archwayd keys import constantine3_wallet key.json
echo "$CONSTANTINE_PASSPHRASE" | /home/runner/go/bin/archwayd keys import constantine3_wallet key.json
# which expect
# /usr/bin/expect <<EOD
# set timeout 60
Expand Down

0 comments on commit 68c476a

Please sign in to comment.