chore: move secrets to private repo

This commit is contained in:
Luj 2025-06-18 13:57:51 +02:00
parent 5c0182d087
commit 114abc4c0a
20 changed files with 37 additions and 33 deletions

View file

@ -55,12 +55,12 @@ in
};
age.secrets = {
github-token.file = ../../secrets/github-token-secret.age;
github-webhook-secret.file = ../../secrets/github-webhook-secret.age;
github-oauth-secret.file = ../../secrets/github-oauth-secret.age;
buildbot-nix-workers.file = ../../secrets/buildbot-nix-workers.age;
github-token.file = ../../private/secrets/github-token-secret.age;
github-webhook-secret.file = ../../private/secrets/github-webhook-secret.age;
github-oauth-secret.file = ../../private/secrets/github-oauth-secret.age;
buildbot-nix-workers.file = ../../private/secrets/buildbot-nix-workers.age;
buildbot-nix-worker-password = {
file = ../../secrets/buildbot-nix-worker-password.age;
file = ../../private/secrets/buildbot-nix-worker-password.age;
owner = "buildbot-worker";
};
};