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:
4
.github/workflows/sasjs-tests.yml
vendored
4
.github/workflows/sasjs-tests.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user