allow secretKeyFile to be a path
This commit is contained in:
parent
b7237a3fb2
commit
83849e86f8
|
@ -159,7 +159,7 @@ in
|
|||
};
|
||||
|
||||
options.secretKeyFile = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
type = lib.types.nullOr lib.types.path;
|
||||
description = ''
|
||||
GitHub app secret key file location.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue