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: docs/docs/configuration/environment-variables.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ The following environment variables allow you to configure your Sourcebot deploy
63
63
| Variable | Default | Description |
64
64
| :------- | :------ | :---------- |
65
65
|`GITHUB_REVIEW_AGENT_APP_ID`|`-`| <p>The GitHub App ID used for review agent authentication.</p> |
66
-
|`GITHUB_REVIEW_AGENT_APP_WEBHOOK_SECRET`|`-`| <p>The container relative path to the private key file for the GitHub App used by the review agent.</p> |
67
-
|`GITHUB_REVIEW_AGENT_APP_PRIVATE_KEY_PATH`|`-`| <p>The webhook secret for the GitHub App used by the review agent.</p> |
66
+
|`GITHUB_REVIEW_AGENT_APP_PRIVATE_KEY_PATH`|`-`| <p>The container relative path to the private key file for the GitHub App used by the review agent.</p> |
67
+
|`GITHUB_REVIEW_AGENT_APP_WEBHOOK_SECRET`|`-`| <p>The webhook secret for the GitHub App used by the review agent.</p> |
68
68
|`OPENAI_API_KEY`|`-`| <p>The OpenAI API key used by the review agent.</p> |
69
69
|`REVIEW_AGENT_API_KEY`|`-`| <p>The Sourcebot API key used by the review agent.</p> |
70
70
|`REVIEW_AGENT_AUTO_REVIEW_ENABLED`|`false`| <p>Enables/disables automatic code reviews by the review agent.</p> |
0 commit comments