You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/proc-configuring-events-module-for-github.adoc
+22-20Lines changed: 22 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,12 @@ For more information about the support scope of Red Hat Developer Preview featur
16
16
====
17
17
18
18
.Prerequisites
19
-
* For GitHub Discovery only: you have enabled {product-docs-link}/html-single/integrating_red_hat_developer_hub_with_github/index#enabling-github-repository-discovery[GitHub Discovery].
20
-
* For GitHub Organizational Data only: you have enabled {product-docs-link}/html-single/authentication_in_red_hat_developer_hub/index#enabling-user-authentication-with-github [Github Authentication with user ingestion].
19
+
* You have added your GitHub integration credentials in the `app-config.yaml` file.
20
+
* You have defined the `schedule.frequency` in the `app-config.yaml` file as longer time period, such as 24 hours.
21
+
* For GitHub Discovery only: You have enabled {product-docs-link}/html-single/integrating_red_hat_developer_hub_with_github/index#enabling-github-repository-discovery[GitHub Discovery].
22
+
* For GitHub Organizational Data only: You have enabled {product-docs-link}/html-single/authentication_in_red_hat_developer_hub/index#enabling-user-authentication-with-github [Github Authentication with user ingestion].
21
23
22
24
.Procedure
23
-
24
-
. Add your GitHub integration credentials in the `app-config.yaml` file:
25
-
+
26
-
[source,yaml]
27
-
----
28
-
integrations:
29
-
github:
30
-
- host: github.com
31
-
token: ${GITHUB_PAT_TOKEN}
32
-
----
33
-
. Create a GitHub webhook with the following specifications:
0 commit comments