Skip to content

Commit fdfbc38

Browse files
authored
Merge pull request #15977 from martindevnow/patch-2
Add details about required scopes for Self-Hosted Runner
2 parents a53c007 + 0ecf92f commit fdfbc38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Your access token will require the following scope:
9191

9292
- For private repositories, use an access token with the [`repo` scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes).
9393
- For public repositories, use an access token with the [`public_repo` scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes).
94+
- For organizations, use an access token with the [`admin:org` scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes).
9495

9596
To authenticate using a {% data variables.product.prodname_dotcom %} App, it must be assigned the following permissions:
9697
- For repositories, assign the `administration` permission.

0 commit comments

Comments
 (0)