mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 13:50:05 +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
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.DCGITLAB_KEY }}
|
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
|
- name: Write VPN Files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user