Skip to content

Commit

Permalink
ci: mkdir ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jul 2, 2024
1 parent aad5b56 commit 3aeeb62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-makepkg-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo -u build bash -c 'eval "$(ssh-agent -s)"'
sudo -u build mkdir '~/.ssh'
sudo -u build bash -c 'echo "${{ secrets.AUR_SSH_KEY }}" >> ~/.ssh/id_ed25519'
mkdir '~/.ssh'
sudo -u build chmod 600 '~/.ssh/id_ed25519'
sudo -u build ssh-add '~/.ssh/id_ed25519'
git clone [email protected]/fixit${{ matrix.aur_repo }}.git aur
Expand Down

0 comments on commit 3aeeb62

Please sign in to comment.