diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 7cf0a299..6ace7c0c 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -104,7 +104,10 @@ jobs: repository: signalwire/actions-template 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 }}