maubot: add generic webhook trigger

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-10-11 14:29:12 +10:00
parent afe74d88a4
commit f5c3fa8410

View file

@ -45,3 +45,6 @@ spec:
- type: GitHub
github:
secret: "{{ (env == 'production')|ternary(maubot_prod_github_secret, maubot_stg_github_secret) }}"
- type: Generic
generic:
secret: "{{ (env == 'production')|ternary(maubot_prod_github_secret, maubot_stg_github_secret) }}"