From 579527c2940744397e85b28c304b3f7724952497 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Mon, 11 Oct 2021 13:37:14 -0400 Subject: [PATCH] feat: new `keys` permission for apps --- payload-schemas/api.github.com/common/app.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/payload-schemas/api.github.com/common/app.schema.json b/payload-schemas/api.github.com/common/app.schema.json index a155ed9e7..d67d1668a 100644 --- a/payload-schemas/api.github.com/common/app.schema.json +++ b/payload-schemas/api.github.com/common/app.schema.json @@ -45,6 +45,7 @@ "emails": { "type": "string", "enum": ["read", "write"] }, "environments": { "type": "string", "enum": ["read", "write"] }, "issues": { "type": "string", "enum": ["read", "write"] }, + "keys": { "type": "string", "enum": ["read, write"] }, "members": { "type": "string", "enum": ["read", "write"] }, "metadata": { "type": "string", "enum": ["read", "write"] }, "organization_administration": {