Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
without passphrase, must work!!!!!!!
  • Loading branch information
alitpc25 committed Nov 26, 2023
1 parent b6a32ef commit 7e153e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
- name: Configure SSH
run: |
mkdir -p ~/.ssh
echo ${{ secrets.PRIVATE_REPO_SSH_KEY }} > ~/.ssh/id_rsa
echo "${{ secrets.PRIVATE_REPO_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
echo ${{ secrets.RESQ_PASSPHRASE }} > ~/.ssh/id_rsa_passphrase
chmod 600 ~/.ssh/id_rsa_passphrase
ssh-keyscan github.com >> ~/.ssh/known_hosts
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa < ~/.ssh/id_rsa_passphrase
- name: Clone Private Repository
run: |
Expand Down

0 comments on commit 7e153e7

Please sign in to comment.