feat: separate token for errors, new url
Code Analysis / SonarQube (push) Failing after 19s
Node.js CI / Lint and Test (push) Successful in 46s

This commit is contained in:
2025-10-07 11:56:39 -07:00
parent 3b5e811a65
commit 2ac9157b0d
3 changed files with 37 additions and 5 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ DISCORD_WEBHOOK_URL="op://Environment Variables - Naomi/Alert Server/discord_hoo
STRIPE_SECRET_KEY="op://Environment Variables - Naomi/Alert Server/stripe"
STRIPE_WEBHOOK_SECRET="op://Environment Variables - Naomi/Alert Server/stripe_webhook"
DISCORD_TOKEN="op://Environment Variables - Naomi/Alert Server/discord_token"
LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/log_token"
LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/log_token"
ERROR_LOG_TOKEN="op://Environment Variables - Naomi/Alert Server/error_token"