Skip to content

Commit

Permalink
fix(README): typo (#78)
Browse files Browse the repository at this point in the history
Configuration key should be `WEBHOOK_SECRET` without an 'S' before the underscore, not `WEBHOOKS_SECRET`.
  • Loading branch information
igwejk authored Mar 8, 2023
1 parent d9cedbb commit 0f83a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0f83a01

Please sign in to comment.