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/integrating-with-github/proc-enabling-github-repository-discovery.adoc
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,19 +99,19 @@ Select `Only on this account`.
99
99
. To add your GitHub credentials to {product-short}, add the following key/value pairs to link:{configuring-dynamic-plugins-book-url}#provisioning-your-custom-configuration[your {product-short} secrets].
100
100
You can use these secrets in the {product-short} configuration files by using their respective environment variable name.
101
101
+
102
-
`INTEGRATION_GITHUB_APP_ID`::
102
+
`GITHUB_INTEGRATION_APP_ID`::
103
103
Enter the saved **App ID**.
104
-
`INTEGRATION_GITHUB_CLIENT_ID`::
104
+
`GITHUB_INTEGRATION_CLIENT_ID`::
105
105
Enter the saved **Client ID**.
106
-
`INTEGRATION_GITHUB_CLIENT_SECRET`::
106
+
`GITHUB_INTEGRATION_CLIENT_SECRET`::
107
107
Enter the saved **Client Secret**.
108
-
`INTEGRATION_GITHUB_HOST_DOMAIN`::
108
+
`GITHUB_INTEGRATION_HOST_DOMAIN`::
109
109
Enter the GitHub host domain: `github.com`.
110
-
`INTEGRATION_GITHUB_ORGANIZATION`::
110
+
`GITHUB_INTEGRATION_ORGANIZATION`::
111
111
Enter your GitHub organization name, such as `__<your_github_organization_name>__'.
112
-
`INTEGRATION_GITHUB_PRIVATE_KEY_FILE`::
112
+
`GITHUB_INTEGRATION_PRIVATE_KEY_FILE`::
113
113
Enter the saved **Private key**.
114
-
`INTEGRATION_GITHUB_WEBHOOK_SECRET`::
114
+
`GITHUB_INTEGRATION_WEBHOOK_SECRET`::
115
115
Enter the saved *Webhook secret*.
116
116
117
117
. Enable the `plugin-catalog-backend-module-github` plugin in your `dynamic-plugins.yaml` file.
0 commit comments