Skip to content

Commit f24fb5b

Browse files
committed
Removed VORTEX_DOWNLOAD_DB_SSH_KNOWN_HOSTS in favour of known_hosts: unnecessary.
1 parent 2bc44ac commit f24fb5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: shimataro/ssh-key-action@v2
9292
with:
9393
key: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
94-
known_hosts: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_KNOWN_HOSTS }}
94+
known_hosts: unnecessary
9595
env:
9696
VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
9797

.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: shimataro/ssh-key-action@__VERSION__
8686
with:
8787
key: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
88-
known_hosts: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_KNOWN_HOSTS }}
88+
known_hosts: unnecessary
8989
env:
9090
VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
9191

.vortex/installer/tests/Fixtures/install/provision_profile/.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- uses: shimataro/ssh-key-action@__VERSION__
5151
- with:
5252
- key: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
53-
- known_hosts: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_KNOWN_HOSTS }}
53+
- known_hosts: unnecessary
5454
- env:
5555
- VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY: ${{ secrets.VORTEX_DOWNLOAD_DB_SSH_PRIVATE_KEY }}
5656
-

0 commit comments

Comments
 (0)