Skip to content

Commit

Permalink
ProjectHook: support the token attribute
Browse files Browse the repository at this point in the history
Fix #170
  • Loading branch information
Gauvain Pocentek committed Nov 2, 2016
1 parent ca014f8 commit cd5f849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/objects.py
Expand Up @@ -1288,7 +1288,7 @@ class ProjectHook(GitlabObject):
requiredCreateAttrs = ['url']
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
'merge_requests_events', 'tag_push_events',
'build_events', 'enable_ssl_verification']
'build_events', 'enable_ssl_verification', 'token']
shortPrintAttr = 'url'


Expand Down

0 comments on commit cd5f849

Please sign in to comment.