Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
LAST TRY
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 7e153e7 commit bbd76d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
- name: Configure SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.PRIVATE_REPO_SSH_KEY }}" > ~/.ssh/id_rsa
echo "$PRIVATE_REPO_SSH_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan github.com >> ~/.ssh/known_hosts
env:
PRIVATE_REPO_SSH_KEY: ${{ secrets.PRIVATE_REPO_SSH_KEY }}

- name: Clone Private Repository
run: |
Expand Down

0 comments on commit bbd76d4

Please sign in to comment.