Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farreledwin authored May 21, 2024
1 parent f780e33 commit 83a04ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Add GitHub to known_hosts
run: |
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Execute remote commands
run: |
ssh -o StrictHostKeyChecking=no [email protected] << 'EOF'
Expand Down

0 comments on commit 83a04ba

Please sign in to comment.