Lastest integrates deeply with GitHub for authentication, repository sync, and CI/CD.
http://your-lastest-url/api/auth/callback/githubGITHUB_CLIENT_ID=your-client-id
GITHUB_CLIENT_SECRET=your-client-secret
GITHUB_REDIRECT_URI=http://your-url/api/auth/callback/github # Optional
GITHUB_WEBHOOK_SECRET=your-webhook-secret # Optional: verify webhook signatures
When webhooks are configured:
Build results are automatically posted as PR comments.
When a build surfaces a meaningful visual diff, Lastest can open a GitHub issue for it automatically:
Cached GitHub issues power both the analytics view and the bug-report linker -- so when an in-app Bug Reports is filed, Lastest can suggest "this looks like issue [#142] you already opened".
See [CI CD Integration] for the full GitHub Action setup guide.
Wiki: Bug Reports
Wiki: CI CD Integration
Wiki: Custom Webhooks
Wiki: Home
Wiki: Settings Reference
Wiki: _Sidebar