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 87096c7 commit 76db34f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ on:
PAT_GIT:
required: false
description: A PAT token to clone the repository
KNOWN_HOSTS:
required: false
description: A known hosts file to clone the repository
PRIVATE_SSH_KEY_TFMODULES:
required: false
description: A private SSH key to clone the repository

jobs:
terragrunt:
Expand Down Expand Up @@ -149,6 +155,12 @@ 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: Init
id: init
uses: gruntwork-io/[email protected]
Expand Down

0 comments on commit 76db34f

Please sign in to comment.