From ed547d5f2c94aec3c742f461f8265c03bfed250f Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 19 Mar 2024 13:55:31 +0530 Subject: [PATCH] Add empty vars section --- infra/workers/github-discord-notifier/wrangler.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/workers/github-discord-notifier/wrangler.toml b/infra/workers/github-discord-notifier/wrangler.toml index bce72b1c3..a19cb44be 100644 --- a/infra/workers/github-discord-notifier/wrangler.toml +++ b/infra/workers/github-discord-notifier/wrangler.toml @@ -1,3 +1,7 @@ name = "github-discord-notifier" main = "src/index.ts" compatibility_date = "2024-03-14" + +[vars] +# Added as a secret via the Cloudflare dashboard +# DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/{webhook.id}/{webhook.token}/github"