Skip to content

Commit

Permalink
Update publish-aur.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Nov 5, 2024
1 parent ca7ae66 commit d38cba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-aur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Git and Base-devel
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm git base-devel
pacman -S --noconfirm git base-devel openssh
- name: Checkout repo
uses: actions/checkout@v2
Expand All @@ -24,6 +24,7 @@ jobs:
run: |
mkdir -p ~/.ssh
echo "${{ secrets.AUR_SSH_KEY }}" > ~/.ssh/aur
echo "aur.archlinux.org ${{ secrets.AUR_SSH_KEY }}" > ~/.ssh/known_hosts
chmod 600 ~/.ssh/aur
ssh-keyscan -t rsa aur.archlinux.org >> ~/.ssh/known_hosts
Expand Down

0 comments on commit d38cba8

Please sign in to comment.