Fix 16 "Low hanging fruit" spelling issues (#24409)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
@@ -46,7 +46,7 @@ To handle a higher volume of webhook traffic for a large app in production, cons
|
||||
|
||||
## Securing your webhooks with a webhook secret
|
||||
|
||||
Once you've configured your server to recieve payloads, it will listen for any payload sent to the server. For security reasons, you should limit incoming requests to only those originating from {% data variables.product.prodname_dotcom %}. You can do that by creating a webhook secret for your app.
|
||||
Once you've configured your server to receive payloads, it will listen for any payload sent to the server. For security reasons, you should limit incoming requests to only those originating from {% data variables.product.prodname_dotcom %}. You can do that by creating a webhook secret for your app.
|
||||
|
||||
To create a webhook secret for your GitHub App, type a secret token in your app settings under "Webhook secret." You should choose a random string of text with high entropy. For more information about how to create a webhook secret in your app settings, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/creating-a-github-app)."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user