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
The private key must include its PEM header, footer, and contents. Sim accepts actual newlines or escaped `\n` sequences. Keep the private key and client secret in the deployment's server configuration; organization admins select installations in Sim without entering these secrets.
198
+
The private key must include its PEM header, footer, and contents. Sim accepts actual newlines or escaped `\n` sequences. When storing it in a JSON secret, use the plaintext JSON editor and encode each line break as `\n` inside the string. Single-line key/value fields can remove line breaks; replacing them with spaces makes the PEM invalid. Restart Sim after saving configuration changes.
199
+
200
+
Keep the private key and client secret in the deployment's server configuration; organization admins select installations in Sim without entering these secrets.
201
+
202
+
If you run Search indexing on Trigger.dev, configure the same five variables in its matching environment. The app server and indexing worker both need the App credentials; updating the app's secret store alone does not update a separately configured worker.
199
203
200
204
The **Client ID** is different from the numeric **App ID**. Use credentials from **Developer settings → GitHub Apps**. `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` belong to the separate GitHub sign-in integration and remain unchanged. Search does not read `GITHUB_REPO_CLIENT_ID` or `GITHUB_REPO_CLIENT_SECRET`.
GitHub Search indexes text files from repositories on `github.com`. An organization admin can install the GitHub App once and use it to index selected repositories. Each person connects their own GitHub account once to search the repositories they can access. Installing the App does not connect teammates or give them the installer's permissions.
10
11
@@ -34,13 +35,20 @@ Open **Settings → Sources** and turn on **GitHub**. Select **Set up** (or **Ma
34
35
35
36
In **Sync documents with**, choose **Connect GitHub App** to index through an installation:
36
37
38
+
<ImageclassName="mx-auto h-auto w-full max-w-md"src="/static/search/github-indexing-options.jpg"alt="GitHub source setup with indexing choices for connected members, a GitHub account, or a GitHub App"width={402}height={240} />
39
+
37
40
1. Select **Connect your GitHub account** if prompted. Finish authorization in the new tab, then return and select **Refresh**.
41
+
42
+
<ImageclassName="mx-auto h-auto w-full max-w-md"src="/static/search/github-installation-connect.jpg"alt="Connect GitHub App dialog requiring a personal GitHub connection to verify manageable installations"width={402}height={172} />
43
+
38
44
2. Select **Install GitHub App**. Choose your GitHub account or organization and the repositories to include. If it is already installed, check its repository selection.
39
45
3. Return to Sim and select **Refresh**. Choose the installation and select **Use installation**. Only installations on your own account or organizations you own are available.
40
46
47
+
<ImageclassName="mx-auto h-auto w-full max-w-md"src="/static/search/github-installation-select.jpg"alt="GitHub App installation chooser with Install GitHub App, Refresh, and Use installation controls; account name redacted"width={402}height={180} />
48
+
41
49
The installation is now selected under **Sync documents with**. You can reuse it when adding another repository source in the same Sim organization.
42
50
43
-
Alternatively, leave **Connected members** selected to use members' accounts for indexing, or select an existing dedicated account. Each method still requires teammates to connect their own accounts for Search access.
51
+
Alternatively, leave **Connected members** selected to use members' accounts for indexing. To use a dedicated indexing account, select it under **Sync documents with**, or choose **Connect GitHub account** to add one. Each method still requires teammates to connect their own accounts for Search access.
44
52
45
53
</Step>
46
54
<Step>
@@ -51,6 +59,8 @@ Enter **Repository** as `owner/repo`. For installation indexing, it must belong
51
59
52
60
Open **More options** if you need a different branch, path or extension filters, or metadata tags.
53
61
62
+
<ImageclassName="mx-auto h-auto w-full max-w-md"src="/static/search/github-setup.jpg"alt="GitHub repository configuration with branch, path filter, file extensions, and metadata tags"width={402}height={532} />
63
+
54
64
| Field | What to enter |
55
65
|---|---|
56
66
| Repository |`owner/repo`. Add another source for another repository. |
0 commit comments