Skip to content

Commit

Permalink
Update iac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos authored Jan 3, 2024
1 parent 86df466 commit 962ca92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit 962ca92

Please sign in to comment.