aur automatization

This commit is contained in:
nekohepott 2026-06-17 04:16:24 +03:00
parent fd56c97dfd
commit 762de0a663
No known key found for this signature in database

View File

@ -22,6 +22,14 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.AUR_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.AUR_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
cat >> ~/.ssh/config <<EOF
Host aur.archlinux.org
IdentityFile ~/.ssh/id_ed25519
User aur
StrictHostKeyChecking no
EOF
ssh-keyscan -t ed25519 aur.archlinux.org >> ~/.ssh/known_hosts ssh-keyscan -t ed25519 aur.archlinux.org >> ~/.ssh/known_hosts
- name: Configure Git - name: Configure Git