Add discord webhook URL to secrets for notification integration

This commit is contained in:
Aaron 2025-11-04 19:06:43 -05:00
parent ce8b03d561
commit eae4dc3a52

View File

@ -1,4 +1,5 @@
secrets = { secrets = {
'ssid': 'GOOGL', 'ssid': 'GOOGL',
'password': 'f33d1Eat2@986' 'password': 'f33d1Eat2@986',
'discord_webhook_url': 'https://discord.com/api/webhooks/1199545130378608650/UyJj0e-YuSlmVZD87zaHitXZLC55RP6LVBUv3nt9ZWr6d4AGzSGKZ-zI6V_VwA6I4qSq' # Add this line
} }