Skip to content

Commit 6664f0a

Browse files
Fixed: "--" in "Securing your webhooks" topic (#22874) (#22883)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
1 parent 52e70d4 commit 6664f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developers/webhooks-and-events/webhooks/securing-your-webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212
topics:
1313
- Webhooks
1414
---
15-
Once your server is configured to receive payloads, it'll listen for any payload sent to the endpoint you configured. For security reasons, you probably want to limit requests to those coming from GitHub. There are a few ways to go about this--for example, you could opt to allow requests from GitHub's IP address--but a far easier method is to set up a secret token and validate the information.
15+
Once your server is configured to receive payloads, it'll listen for any payload sent to the endpoint you configured. For security reasons, you probably want to limit requests to those coming from GitHub. There are a few ways to go about this (for example, you could opt to allow requests from GitHub's IP address) but a far easier method is to set up a secret token and validate the information.
1616

1717
{% data reusables.webhooks.webhooks-rest-api-links %}
1818

0 commit comments

Comments
 (0)