1
0
mirror of synced 2026-01-10 00:03:04 -05:00

Fix 16 "Low hanging fruit" spelling issues (#24409)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
This commit is contained in:
Sean Killeen
2023-03-16 21:40:58 -04:00
committed by GitHub
parent 0e93415766
commit e6c3788197
9 changed files with 11 additions and 11 deletions

View File

@@ -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)."