mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 20:16:58 +08:00
Activate Github webhook for Datanommer and Datagrepper
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -35,3 +35,8 @@ spec:
|
||||
github:
|
||||
secret: "{{ datagrepper_stg_github_secret }}"
|
||||
{% endif %}
|
||||
{% if datagrepper_github_secret is defined and env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ datagrepper_prod_github_secret }}"
|
||||
{% endif %}
|
||||
|
||||
@@ -35,3 +35,8 @@ spec:
|
||||
github:
|
||||
secret: "{{ datanommer_stg_github_secret }}"
|
||||
{% endif %}
|
||||
{% if datanommer_github_secret is defined and env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ datanommer_prod_github_secret }}"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user