Skip to content

Commit 8cb224b

Browse files
deerskindoll04kash
andauthored
Update modules/dynamic-plugins/proc-configuring-events-module-for-github.adoc
Co-authored-by: Kashish Mittal <[email protected]>
1 parent 659ea1f commit 8cb224b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ plugins:
3434
- package: oci://redhat-developer/rhdh-plugin-export-overlays/backstage-plugin-events-backend-module-github:bs_1.42.5__0.4.3!backstage-plugin-events-backend-module-github
3535
disabled: false
3636
----
37-
. Add the following HTTP events configuration to the `app-config.yaml` file:
37+
. In order to create HTTP endpoints to receive events for the `github`, add the following to your `app-config.yaml` file:
3838
+
3939
[source,yaml]
4040
----
4141
events:
42+
http:
43+
topics:
44+
- github
4245
modules:
4346
github:
4447
webhookSecret: ${GITHUB_WEBHOOK_SECRET}

0 commit comments

Comments
 (0)