Update .github/workflows/main.yml

This commit is contained in:
Fiky B 2024-02-15 03:32:50 +00:00
parent 6508f9b869
commit 675b2dc303

View File

@ -12,7 +12,8 @@ jobs:
- name: install ssh keys - name: install ssh keys
# check this thread to understand why its needed: # check this thread to understand why its needed:
# https://stackoverflow.com/a/70447517 # https://stackoverflow.com/a/70447517
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
run: ssh-keyscan -H ${{ secrets.SSH_HOST }}
- name: connect and pull - name: connect and pull
run: echo "${{ secrets.SSH_USER }}" run: echo "${{ secrets.SSH_USER }}"
- name: cleanup - name: cleanup