Bashir Gulistani commited on
Commit
99da2f7
·
unverified ·
1 Parent(s): c42c2f7

Update server_check.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/server_check.yml +1 -2
.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.SSH_PRIVATE_KEY_STUDENT_GEN }}
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: |