Leanly uses a GitHub App to access your repositories. The app reads your code to detect your app type, builds on new commits, and triggers deployments — nothing else.Documentation Index
Fetch the complete documentation index at: https://docs.leanly.dev/llms.txt
Use this file to discover all available pages before exploring further.
Install the GitHub App
Open integrations
In the Leanly dashboard, go to Integrations, select GitHub and click Connect Account. You will be redirected to GitHub.
Authorize the app
GitHub will ask you to confirm the installation. Choose the account or organisation you want to connect.
Grant repository access
Select which repositories Leanly can access. You can grant access to all repositories or pick specific ones. We recommend limiting access to the repositories you intend to deploy.
Permissions
Leanly requests the minimum permissions needed to build and deploy your app.| Permission | Access | Why |
|---|---|---|
| Metadata | Read | Access basic repository information |
| Code | Read and write | Read your code to detect your app type and commit deployment configuration |
| Commit statuses | Read and write | Report deployment status on commits |
| Pull requests | Read and write | Trigger and report deployments from pull requests |