This commit is contained in:
Henry Hiles 2025-03-25 17:01:59 -04:00
parent d6113271da
commit f6b82815ad
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
6 changed files with 58 additions and 18 deletions

View file

@ -1,5 +1,5 @@
with builtins;
filter isString (split "\n" (readFile (fetchurl {
url = "https://github.com/Henry-Hiles.keys";
url = "https://git.henryhiles.com/Henry-Hiles.keys";
sha256 = "1k73c228rgzq7ymf5vaj6wfqzkqm6yzq5lq0syb7mzbrvngvr2jc";
})))

BIN
secrets/runnerToken.age Normal file

Binary file not shown.

View file

@ -1 +0,0 @@
with builtins; filter isString (split "\n" (readFile (fetchurl "https://github.com/Henry-Hiles.keys")))