Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 3d68b35

Browse files
committed
Blog post
1 parent c43565a commit 3d68b35

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+

0 commit comments

Comments
 (0)