Skip to content

Commit

Permalink
runner: mess with token ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent eb4b1f7 commit 351d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 351d90f

Please sign in to comment.