Skip to content

Commit 0f83a01

Browse files
authored
fix(README): typo (#78)
Configuration key should be `WEBHOOK_SECRET` without an 'S' before the underscore, not `WEBHOOKS_SECRET`.
1 parent d9cedbb commit 0f83a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In the Azure Console, navigate to `Function App` -> your app -> `Configuration`
1717

1818
- `APP_ID`
1919
- `PRIVATE_KEY` (you can encode your key value at https://www.base64encode.org/)
20-
- `WEBHOOKS_SECRET`
20+
- `WEBHOOK_SECRET`
2121

2222
Then in your repository settings, create two secrets:
2323

0 commit comments

Comments
 (0)