[Notifier][Pushy] Add recipe for Pushy notifier (#1292)

This commit is contained in:
Joseph Bielawski
2024-02-15 12:23:47 +01:00
committed by GitHub
parent 0efa32caab
commit a9a2bc1578
+14
View File
@@ -0,0 +1,14 @@
{
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " pushy: '%env(PUSHY_DSN)%'"
}
],
"env": {
"#1": "PUSHY_DSN=pushy://API_KEY@default"
}
}