Basic prototype to handle Github webhooks

This commit is contained in:
Frédéric Guillot
2014-09-22 14:31:12 +02:00
parent eeb4688dcc
commit ab1a4760ed
7 changed files with 168 additions and 2 deletions

View File

@@ -18,9 +18,10 @@ class Acl extends Base
*/
private $public_actions = array(
'user' => array('login', 'check', 'google', 'github'),
'task' => array('add', 'readonly'),
'task' => array('readonly'),
'board' => array('readonly'),
'project' => array('feed'),
'webhook' => array('task', 'github'),
);
/**