1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: adding known_hosts

This commit is contained in:
2021-07-16 11:23:49 +02:00
parent 438b39ceca
commit 7285a3f40b

View File

@@ -27,6 +27,10 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.DCGITLAB_KEY }}
known_hosts: 'placeholder'
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: Write VPN Files
run: |