Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jan 4, 2024
1 parent 989f263 commit 627ea35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ jobs:
# env:
# PRIVATE_SSH_KEY_TFMODULES: ${{ secrets.PRIVATE_SSH_KEY_TFMODULES }}
# SSH_AUTH_SOCK: /tmp/ssh_agent.sock
# - name: Install SSH key
# uses: shimataro/ssh-key-action@v2
# with:
# key: ${{ secrets.PRIVATE_SSH_KEY_TFMODULES }}
# known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.PRIVATE_SSH_KEY_TFMODULES }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
# - run: git clone [email protected]:signalwire/terraform-modules.git

- name: Configure AWS Credentials
Expand Down

0 comments on commit 627ea35

Please sign in to comment.