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