Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Jul 11, 2023
1 parent 913e3cd commit af38934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testnet-deploy-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
sudo apt-get update >/dev/null
sudo apt-get install expect >/dev/null
echo $CONSTANTINE_TESTNET_KEY | base64 -d > temp.key
bash ./scripts/import_key.expect
gpgconf --kill gpg-agent
sleep 5
bash ./scripts/import_key.expect
echo "$CONSTANTINE_PASSPHRASE" | /home/runner/go/bin/archwayd keys import constantine3_wallet temp.key
# which expect
# /usr/bin/expect <<EOD
Expand Down

0 comments on commit af38934

Please sign in to comment.