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 76db34f commit 58b0108
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 @@ -155,11 +155,11 @@ jobs:

- uses: opentofu/setup-opentofu@v1

- 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 }}

- name: Init
id: init
Expand Down

0 comments on commit 58b0108

Please sign in to comment.