apkbuilds @ 2b55acb49ce0bc33bb32dc22fa721442bf8fe2b5

feat: Add ssh configuration
diff --git a/build.yml b/build.yml
index 325871b03b6214055c1395bcef87e3c7e43a814d..f2e54c933f7250a157df6ddb53325492118f58be 100644
--- a/build.yml
+++ b/build.yml
@@ -17,6 +17,7 @@   - https://git.sr.ht/~gabrielgio/apkbuilds
 secrets:
   - 008c4f67-b864-47f8-9790-cd32f2ae8516
   - df9d57f4-43bb-4084-a748-dbf02848bdd0
+  - d8a9e8ed-cdb0-4e0e-9238-361acbe8611f
 tasks:
   - setup: |
       cd apkbuilds 
@@ -26,5 +27,4 @@       cd apkbuilds
       ./pkgkit build -cu "${packages[@]}"
   - deploy: |
       cd apkbuilds
-      echo "StrictHostKeyChecking=no" >> ~/.ssh/config
       ./pkgkit upload "$remote" "$remote_path" "${packages[@]}"