Files
symfony-flex-recipes/symfony.google-chat-notifier.5.2.json
github-action[bot]andgithub-action[bot] 536f508c22 Update Flex endpoint
2026-03-31 11:35:29 +00:00

24 lines
873 B
JSON

{
"manifests": {
"symfony/google-chat-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " chatter_transports:",
"content": " googlechat: '%env(GOOGLE_CHAT_DSN)%'"
}
],
"env": {
"#1": "See https://developers.google.com/hangouts/chat/how-tos/webhooks",
"#2": "GOOGLE_CHAT_DSN=googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY"
}
},
"files": [],
"ref": "1374f1d878303334b1c1b1849264019b58735fed"
}
}
}