Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iduoad authored Dec 22, 2023
1 parent 5c5b486 commit 48e8be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Test SSH
run: |
eval "$(ssh-agent -s)"
ssh-add - <<< ${{ secrets.SSH_PRIVATE_KEY }}
echo ${{ secrets.SSH_PRIVATE_KEY }} > id_rsa
ssh-add id_rsa
ssh-add -l
ssh [email protected] ls /
docker -H ssh://[email protected] ps

0 comments on commit 48e8be1

Please sign in to comment.