diff --git a/content/graphql/guides/forming-calls-with-graphql.md b/content/graphql/guides/forming-calls-with-graphql.md index c23a7d792f94..af772ceef799 100644 --- a/content/graphql/guides/forming-calls-with-graphql.md +++ b/content/graphql/guides/forming-calls-with-graphql.md @@ -32,14 +32,14 @@ The following scopes are recommended: ``` -user{% ifversion not ghae %} -public_repo{% endif %} repo -repo_deployment repo:status -read:repo_hook +repo_deployment{% ifversion not ghae %} +public_repo{% endif %} read:org read:public_key +read:repo_hook +user read:gpg_key ```