Correct documentation on users allowed to use webhooks
This commit is contained in:
@@ -124,7 +124,7 @@ def webhook():
|
||||
return error(403, "Invalid authentication, couldn't validate API token")
|
||||
|
||||
if not package.checkPerm(actual_token.owner, Permission.APPROVE_RELEASE):
|
||||
return error(403, "Only trusted members can use webhooks")
|
||||
return error(403, "You do not have the permission to approve releases")
|
||||
|
||||
#
|
||||
# Check event
|
||||
|
||||
Reference in New Issue
Block a user