fix: webhookparams include secret

This commit is contained in:
yystopf 2021-07-28 17:30:32 +08:00
parent 264a831a1c
commit 4d6ec8088a
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ class Projects::WebhooksController < Projects::BaseController
content_type: webhook_params[:content_type],
url: webhook_params[:url],
http_method: webhook_params[:http_method],
secret: webhook_params[:secret]
},
events: webhook_params[:events],
type: webhook_type,