Skip to content

Commit f6af7b2

Browse files
committed
Added known hosts
1 parent e5e47ed commit f6af7b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/apply.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: shimataro/ssh-key-action@v2
2424
with:
2525
key: ${{ secrets.SSH_PRIVATE_KEY }}
26+
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
2627

2728
- name: Terraform apply
2829
run: make apply

.github/workflows/plan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: shimataro/ssh-key-action@v2
2525
with:
2626
key: ${{ secrets.SSH_PRIVATE_KEY }}
27+
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
2728

2829
- name: Run tests
2930
run: make test

0 commit comments

Comments
 (0)