diff options
| -rw-r--r-- | .github/workflows/publish-aur.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml index 087a3f8..77f4382 100644 --- a/.github/workflows/publish-aur.yml +++ b/.github/workflows/publish-aur.yml @@ -20,7 +20,7 @@ steps: - name: Install dependencies run: pacman -Sy --noconfirm git openssh base-devel - + - name: Set up SSH for AUR run: | mkdir -p ~/.ssh @@ -28,6 +28,7 @@ chmod 600 ~/.ssh/id_ed25519 chmod 700 ~/.ssh ssh-keyscan -t ed25519 aur.archlinux.org >> ~/.ssh/known_hosts + chmod 644 ~/.ssh/known_hosts - name: Set git user run: | |