We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e47ed commit f6af7b2Copy full SHA for f6af7b2
.github/workflows/apply.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: shimataro/ssh-key-action@v2
24
with:
25
key: ${{ secrets.SSH_PRIVATE_KEY }}
26
+ known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
27
28
- name: Terraform apply
29
run: make apply
.github/workflows/plan.yml
@@ -24,6 +24,7 @@ jobs:
- name: Run tests
30
run: make test
0 commit comments