FPDC use the correct github secret name
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
f62489aa14
commit
3cd38eb575
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ spec:
|
|||
namespace: openshift
|
||||
name: python:3.6
|
||||
triggers:
|
||||
{% if fpdc_github_secret is defined %}
|
||||
{% if stg_fpdc_github_secret is defined %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ fpdc_github_secret }}"
|
||||
secret: "{{ stg_fpdc_github_secret }}"
|
||||
{% endif %}
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue