Skip to content

Commit

Permalink
Adding information about the scope needed for an GitHub App
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Dec 15, 2021
1 parent 5b7b0eb commit b46e6d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
## Tagging an internal team or user
If you need to tag an internal team `@<org name>/team` or user, then you need to send in a **Personal Access Token** to do so: the normal `GITHUB_TOKEN` doesn't have access outside the current repository, which also means it cannot see the users in the organization.

If you are using a GitHub App for creating the access token, you need to give the App the following scope:
- Organization permissions - Members: Read only

0 comments on commit b46e6d5

Please sign in to comment.