Skip to content

Commit 0116138

Browse files
authored
docs: order token scopes by form order (#16715)
1 parent cdf78ec commit 0116138

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/graphql/guides/forming-calls-with-graphql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The following scopes are recommended:
3232

3333

3434
```
35-
user{% ifversion not ghae %}
36-
public_repo{% endif %}
3735
repo
38-
repo_deployment
3936
repo:status
40-
read:repo_hook
37+
repo_deployment{% ifversion not ghae %}
38+
public_repo{% endif %}
4139
read:org
4240
read:public_key
41+
read:repo_hook
42+
user
4343
read:gpg_key
4444
```
4545

0 commit comments

Comments
 (0)