+3
-2
nixos/modules/services/continuous-integration/github-runner/options.nix
+3
-2
nixos/modules/services/continuous-integration/github-runner/options.nix
···
+2
-2
nixos/modules/services/continuous-integration/github-runner/service.nix
+2
-2
nixos/modules/services/continuous-integration/github-runner/service.nix
···${optionalString (cfg.runnerGroup != null) "--runnergroup ${escapeShellArg cfg.runnerGroup}"}-# If the token file contains a PAT (i.e., it starts with "ghp_"), we have to use the --pat option,+# If the token file contains a PAT (i.e., it starts with "ghp_" or "github_pat_"), we have to use the --pat option,