FMN: fix the github webhook
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
ee87244619
commit
283bb9a7ea
1 changed files with 4 additions and 2 deletions
|
@ -40,8 +40,10 @@ spec:
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
github:
|
github:
|
||||||
secretReference:
|
# Not sure why secretReference does not work, but it doesn't.
|
||||||
name: fmn-github-webook
|
# secretReference:
|
||||||
|
# name: fmn-github-webook
|
||||||
|
secret: "{{ fmn_stg_github_secret }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
---
|
---
|
||||||
# We need to build the sendria image until this is fixed:
|
# We need to build the sendria image until this is fixed:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue