From 962ca92a4bdb9832b3c298d5ee991b14aebd250b Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos <102970912+lucasmellos@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:32:54 -0300 Subject: [PATCH] Update iac.yml --- .github/workflows/iac.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 6ace7c0c..cf286804 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -105,13 +105,13 @@ jobs: ref: main path: actions - - run: git config --global core.sshCommand "ssh -F $HOME/.ssh//config" - name: workaround for self-hosted runners - - uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY_TFMODULES }} + - run: git config --global core.sshCommand "ssh -F $HOME/.ssh//config" + name: workaround for self-hosted runners + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.1 with: