From 8653f0565553a9c3988e96bdebcc53b48bb54077 Mon Sep 17 00:00:00 2001 From: Thomas Marchand Date: Tue, 30 Apr 2024 13:53:32 +0100 Subject: [PATCH] fix: add debug line --- .github/workflows/testnet_deploy.yml | 1 + 1 file changed, 1 insertion(+) 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