From 0f83a01923a176b78574fec182936557ad7d1c0a Mon Sep 17 00:00:00 2001 From: Igwe Kalu Date: Wed, 8 Mar 2023 18:02:07 +0100 Subject: [PATCH] fix(README): typo (#78) Configuration key should be `WEBHOOK_SECRET` without an 'S' before the underscore, not `WEBHOOKS_SECRET`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f4bc1d..829c9cf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In the Azure Console, navigate to `Function App` -> your app -> `Configuration` - `APP_ID` - `PRIVATE_KEY` (you can encode your key value at https://www.base64encode.org/) -- `WEBHOOKS_SECRET` +- `WEBHOOK_SECRET` Then in your repository settings, create two secrets: