FPDC: fix production github secret name
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
f61e597b5b
commit
080ef69ea5
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@ spec:
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
github:
|
github:
|
||||||
secret: "{{ stg_fpdc_github_secret }}"
|
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
|
- type: GitHub
|
||||||
github:
|
github:
|
||||||
secret: "{{ prod_fpdc_github_secret }}"
|
secret: "{{ fpdc_github_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue