fixed typo

Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
Phred
2026-01-02 13:00:26 -06:00
parent bb7088be42
commit eaf5af6397
@@ -423,7 +423,7 @@ const autoInit = (z: typeof zod) =>
const workflowAccess = (z: typeof zod) =>
z
.enum(['node', 'organization', 'user'], {
.enum(['none', 'organization', 'user'], {
description:
'Level of access for workflows outside of the repository. Default is "none".',
})