Add release creation audit logs

This commit is contained in:
rubenwardy
2021-01-30 17:10:38 +00:00
parent 8d6661511a
commit b22ef5ae83
6 changed files with 33 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ def webhook_impl():
# Perform release
#
return handleCreateRelease(token, package, title, ref)
return handleCreateRelease(token, package, title, ref, reason="Webhook")
@bp.route("/gitlab/webhook/", methods=["POST"])