Autocreate webhook in Gitlab instance with Hookshot bot (#3405)
* Add public url for gitlab hookshot to autocreate webhook on gitlab instance * Add `noqa var-naming` comment to variable --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
@ -47,6 +47,7 @@ gitlab:
|
||||
instances: {{ matrix_hookshot_gitlab_instances | to_json }}
|
||||
webhook:
|
||||
secret: {{ matrix_hookshot_gitlab_webhook_secret | to_json }}
|
||||
publicUrl: {{ matrix_hookshot_gitlab_webhook_publicUrl | to_json }}
|
||||
{% endif %}
|
||||
{% if matrix_hookshot_figma_enabled %}
|
||||
figma:
|
||||
|
Reference in New Issue
Block a user