Skip to content

Commit

Permalink
feat: new keys permission for apps
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Nov 22, 2021
1 parent d68e3b2 commit 579527c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payload-schemas/api.github.com/common/app.schema.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 579527c

Please sign in to comment.