Skip to content

Commit c84deaf

Browse files
committed
final edit
1 parent 9f445ee commit c84deaf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/dynamic-plugins/proc-configuring-events-module-for-github.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,20 @@ events:
4545
github:
4646
webhookSecret: ${GITHUB_WEBHOOK_SECRET}
4747
----
48+
+
49+
[IMPORTANT]
50+
====
51+
Secure your workflow by adding a webhook secret token to link:https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries[validate webhook deliveries].
52+
====
4853
. Create a link:https://docs.github.com/en/webhooks/using-webhooks/creating-webhooks[GitHub webhook] with the following specifications:
4954
** *For Github Discovery Events*: push, repository
5055
** *For Github Organizational Data Events*: organization, team and membership
5156
** *Content Type*: application/json
5257
** *Payload URL*: https://<your_instance_name>/api/events/http/github
5358
+
54-
[IMPORTANT]
59+
[NOTE]
5560
====
56-
Secure your workflow by adding a webhook secret token to link:https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries[validate webhook deliveries].
61+
*Payload URL* is the URL exposed after configuring the HTTP endpoint.
5762
====
5863

5964
.Verification

0 commit comments

Comments
 (0)