From 9ea4d55d81d61b6073e69bebdc614f9694d8223c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 10:29:41 +0300 Subject: refactor(ops): Move buildkite-agent-token into agenix Relates to b/161 Change-Id: I5d3a698d437928966d8b78ce9e0ba226c1437655 --- ops/machines/whitby/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ops/machines') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index d6d3004ffc..c066fa400f 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -210,6 +210,12 @@ in { clbot.file = secretFile "clbot"; gerrit-queue.file = secretFile "gerrit-queue"; owothia.file = secretFile "owothia"; + + buildkite-agent-token = { + file = secretFile "buildkite-agent-token"; + mode = "0440"; + group = "buildkite-agents"; + }; }; # Automatically collect garbage from the Nix store. -- cgit 1.4.1