From 351d90ff9eb5b502f07e955b8c34965b2004e8b1 Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 14 Oct 2024 20:15:30 +0000 Subject: [PATCH] runner: mess with token ownership --- modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common.nix b/modules/common.nix index 03011f8..635a0f1 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -22,7 +22,7 @@ age.secrets.github-runner-token = { file = ../secrets/github-runner-token.age; - owner = config.cachix.github-runner.group; + owner = if pkgs.stdenv.isDarwin then config.cachix.github-runner.group else null; group = config.cachix.github-runner.group; }; }