Skip to content

Commit

Permalink
Update .github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it authored Jul 16, 2024
1 parent fc03238 commit 96cca73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/.github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ jobs:
- run: |
eval $(ssh-agent -s)
ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
printenv SSH_AUTH_SOC
- run: printenv SSH_AUTH_SOCK
- run: |
eval $(ssh-agent -s)
- run: printenv SSH_AUTH_SOCK
- run: ssh-add <(echo "$SSH_PRIVATE_KEY_LOCALCOMPUTER")
- run: mkdir -p ~/.ssh
- run: ssh-keyscan -H $MY_VPS_IP_ADDRESS >> ~/.ssh/known_hosts
Expand Down

0 comments on commit 96cca73

Please sign in to comment.