FMN: fix the github webhook

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-12-05 14:54:57 +01:00
parent ee87244619
commit 283bb9a7ea
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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: