Skip to content

Commit

Permalink
Fix manage_runners:enterprise typo (github#21964)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 authored Oct 7, 2021
1 parent d99224b commit e41f04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/graphql/guides/managing-enterprise-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ For some example queries, see "[An example query using the Enterprise Accounts A
- `admin:enterprise`

The enterprise account specific scopes are:
- `admin:enterprise`: Gives full control of enterprises (includes {% ifversion ghes > 3.2 or fpt or ghae %}`manage_runners:enteprise`, {% endif %}`manage_billing:enterprise` and `read:enterprise`)
- `admin:enterprise`: Gives full control of enterprises (includes {% ifversion ghes > 3.2 or fpt or ghae %}`manage_runners:enterprise`, {% endif %}`manage_billing:enterprise` and `read:enterprise`)
- `manage_billing:enterprise`: Read and write enterprise billing data.{% ifversion ghes > 3.2 or fpt or ghae %}
- `manage_runners:enteprise`: Access to manage GitHub Actions enterprise runners and runner-groups.{% endif %}
- `manage_runners:enterprise`: Access to manage GitHub Actions enterprise runners and runner-groups.{% endif %}
- `read:enterprise`: Read enterprise profile data.

4. Copy your personal access token and keep it in a secure place until you add it to your GraphQL client.
Expand Down

0 comments on commit e41f04e

Please sign in to comment.