diff --git a/.github/workflows/testnet_deploy.yml b/.github/workflows/testnet_deploy.yml index 84432c51..d2bc71bf 100644 --- a/.github/workflows/testnet_deploy.yml +++ b/.github/workflows/testnet_deploy.yml @@ -33,6 +33,7 @@ jobs: aws configure set default.region $AWS_DEFAULT_REGION # Configure SSH + echo "configuring ssh" eval `ssh-agent -s` ssh-add ~/.ssh/github_read