mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Add note about scope for private vs. public repo notifications (#830)
* Add note about scope for private vs. public repo notifications * Better wording * Add changelog
This commit is contained in:
parent
3994418550
commit
527f6aabfd
1
changelog.d/830.doc
Normal file
1
changelog.d/830.doc
Normal file
@ -0,0 +1 @@
|
||||
Add note about GitHub token scope for private vs. public repo notifications
|
@ -20,8 +20,9 @@ To authenticate with a personal access token:
|
||||
1. Click **Generate new token**
|
||||
1. Give it a good name, and a sensible expiration date. For scopes you will need:
|
||||
- Repo (to access repo information)
|
||||
- public_repo
|
||||
- If you want notifications for private repos, you need `repo: Full control of private repositories`. If you just want notifications for public repos, you only need:
|
||||
- repo:status
|
||||
- public_repo
|
||||
- Workflow (if you want to be able to launch workflows / GitHub actions from Matrix)
|
||||
- Notifications (if you want to bridge in your notifications to Matrix)
|
||||
- User
|
||||
|
Loading…
x
Reference in New Issue
Block a user