Bashir Gulistani
commited on
Update server_check.yml
Browse files
.github/workflows/server_check.yml
CHANGED
@@ -13,8 +13,7 @@ jobs:
|
|
13 |
- name: Setup Secondary SSH Key
|
14 |
uses: webfactory/ssh-agent@v0.5.3
|
15 |
with:
|
16 |
-
ssh-private-key: ${{ secrets.
|
17 |
-
ssh-private-key2: ${{ secrets.SSH_PRIVATE_KEY }}
|
18 |
|
19 |
- name: Store New SSH Key and Public Key in Files
|
20 |
run: |
|
|
|
13 |
- name: Setup Secondary SSH Key
|
14 |
uses: webfactory/ssh-agent@v0.5.3
|
15 |
with:
|
16 |
+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
|
17 |
|
18 |
- name: Store New SSH Key and Public Key in Files
|
19 |
run: |
|