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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue