maubot: add generic webhook trigger
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
afe74d88a4
commit
f5c3fa8410
1 changed files with 3 additions and 0 deletions
|
@ -45,3 +45,6 @@ spec:
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
github:
|
github:
|
||||||
secret: "{{ (env == 'production')|ternary(maubot_prod_github_secret, maubot_stg_github_secret) }}"
|
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) }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue