Let's see if mirroring via config works
diff --git a/.quire/ci.fnl b/.quire/ci.fnl
index 9938476..d5943dd 100644
--- a/.quire/ci.fnl
+++ b/.quire/ci.fnl
@@ -3,13 +3,13 @@
; (job :test [:quire/push] (fn [{: sh}] (sh [:cargo :test])))
-(job :mirror [:quire/push]
- (fn [{: jobs : secret}]
- (let [push (jobs :quire/push)]
- (when (= push.ref :refs/heads/main)
- (mirror {:url "https://github.com/kejadlen/quire.git"
- :auth-header (secret :github_auth_header)
- :sha push.sha
- :tag (.. :v (os.date "!%Y-%m-%d") "-" (push.sha:sub 1 8))
- :git-dir push.git-dir
- :refs [:refs/heads/main]})))))
+; (job :mirror [:quire/push]
+; (fn [{: jobs : secret}]
+; (let [push (jobs :quire/push)]
+; (when (= push.ref :refs/heads/main)
+; (mirror {:url "https://github.com/kejadlen/quire.git"
+; :auth-header (secret :github_auth_header)
+; :sha push.sha
+; :tag (.. :v (os.date "!%Y-%m-%d") "-" (push.sha:sub 1 8))
+; :git-dir push.git-dir
+; :refs [:refs/heads/main]})))))
diff --git a/.quire/config.fnl b/.quire/config.fnl
index 0967ef4..c3f6d24 100644
--- a/.quire/config.fnl
+++ b/.quire/config.fnl
@@ -1 +1 @@
-{}
+{:github {:mirror "https://github.com/kejadlen/quire.git"}}