mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
FPDC: fix production github secret name
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -30,10 +30,10 @@ spec:
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ stg_fpdc_github_secret }}"
|
||||
{% elif prod_fpdc_github_secret is defined and env == 'production' %}
|
||||
{% elif fpdc_github_secret is defined and env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ prod_fpdc_github_secret }}"
|
||||
secret: "{{ fpdc_github_secret }}"
|
||||
{% endif %}
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
|
||||
Reference in New Issue
Block a user