fix: update to post to discord webhook route
This commit is contained in:
parent
9ecac57275
commit
e225ffe997
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ in
|
|||
let idx = toString (i - 1); in
|
||||
''export NOISEBELL_CACHE_WEBHOOK_${idx}_URL="${wh.url}"'' +
|
||||
lib.optionalString (wh.secretFile != null)
|
||||
''\nexport NOISEBELL_CACHE_WEBHOOK_${idx}_SECRET="$(cat ${wh.secretFile})"''
|
||||
''
|
||||
export NOISEBELL_CACHE_WEBHOOK_${idx}_SECRET="$(cat ${wh.secretFile})"''
|
||||
) cfg.outboundWebhooks;
|
||||
in {
|
||||
description = "Noisebell cache service";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue