diff options
| author | 2026-02-24 17:38:04 +0800 | |
|---|---|---|
| committer | 2026-02-24 17:38:04 +0800 | |
| commit | b03678f28e6da69b4bcd2fb49e628f130a2a30ee (patch) | |
| tree | 1650fcd0a64e4d8167640cedbf863c37a85a2c3b | |
| parent | 82f17925e88e84bde21144eeb99892dfbaf2c17e (diff) | |
| download | soon-b03678f28e6da69b4bcd2fb49e628f130a2a30ee.tar.gz soon-b03678f28e6da69b4bcd2fb49e628f130a2a30ee.zip | |
Update publish-aur.yml
| -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: | |