|
| 1 | +--- |
| 2 | +kind:change |
| 3 | +title:New scopes for managing repository hooks |
| 4 | +created_at:2014-02-10 |
| 5 | +author_name:pengwynn |
| 6 | +--- |
| 7 | + |
| 8 | +Many third party services need to set up[hooks][] in order to act upon events |
| 9 | +in your repositories. Today, we've introduced three new[scopes][] that provide |
| 10 | +more granular access to your repository hooks without allowing access to your |
| 11 | +repository contents: |
| 12 | + |
| 13 | +*`read:repo_hook` grants read and ping access to hooks in public or private repositories. |
| 14 | +*`write:repo_hook` grants read, write, and ping access to hooks in public or private repositories. |
| 15 | +*`admin:repo_hook` grants read, write, ping, and delete access to hooks in public or private repositories. |
| 16 | + |
| 17 | +As always, if you have any questions or feedback[get in touch][contact]. |
| 18 | + |
| 19 | +[hooks]:http://developer.github.com/v3/repos/hooks/ |
| 20 | +[scopes]:http://developer.github.com/v3/oauth/#scopes |
| 21 | +[contact]:https://github.com/contact?form%5Bsubject%5D=API+repo+hook+scopes |
| 22 | + |