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
|
||||
{% if env == 'staging' %}
|
||||
github:
|
||||
secretReference:
|
||||
name: fmn-github-webook
|
||||
# Not sure why secretReference does not work, but it doesn't.
|
||||
# secretReference:
|
||||
# name: fmn-github-webook
|
||||
secret: "{{ fmn_stg_github_secret }}"
|
||||
{% endif %}
|
||||
---
|
||||
# We need to build the sendria image until this is fixed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue