Add an empty secrets.json for hercules-ci

This commit is contained in:
Nikodem Rabuliński 2023-09-25 20:22:07 +02:00
parent fcc627d7d1
commit 114e747b44
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB

View file

@ -1,5 +1,6 @@
{
config,
pkgs,
lib,
...
}: {
@ -26,6 +27,7 @@
clusterJoinTokenPath = config.age.secrets.hercules-token.path;
concurrentTasks = lib.mkDefault 4;
binaryCachesPath = config.age.secrets.hercules-cache.path;
secretsJsonPath = pkgs.writeText "secrets.json" "{}";
};
};
};