summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-12 18:14:04 -0400
committerDax Raad <[email protected]>2025-06-12 18:14:04 -0400
commit9356b6c35a171f53221cda63dfb1b8f73a5afbee (patch)
tree652f25d162d3be66199a5dfba1c1300c6564f62d /.github
parent29a6603a8906fba83bfd5d0afb77fe352f4ef63d (diff)
downloadopencode-9356b6c35a171f53221cda63dfb1b8f73a5afbee.tar.gz
opencode-9356b6c35a171f53221cda63dfb1b8f73a5afbee.zip
sync
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 30621f3c6..aaa9e5c0a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
+ ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
- name: Publish
run: |