Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/oss/python/integrations/tools/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Once the app has been registered, you must give your app permission to access ea

Before initializing your agent, the following environment variables need to be set:

* **GITHUB_APP_ID**- A six digit number found in your app's general settings
* **GITHUB_APP_ID**- A unique integer identifier assigned by GitHub to your App, available in the app's general settings.
* **GITHUB_APP_PRIVATE_KEY**- The location of your app's private key .pem file, or the full text of that file as a string.
* **GITHUB_REPOSITORY**- The name of the GitHub repository you want your bot to act upon. Must follow the format \{username\}/\{repo-name\}. *Make sure the app has been added to this repository first!*
* Optional: **GITHUB_BRANCH**- The branch where the bot will make its commits. Defaults to `repo.default_branch`.
Expand Down
Loading