1 parent 29a6603 commit 9356b6cCopy full SHA for 9356b6c
1 file changed
.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
39
mkdir -p ~/.ssh
40
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
41
chmod 600 ~/.ssh/id_rsa
42
+ ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
43
44
- name: Publish
45
run: |
0 commit comments