GitHub App installation
The Misar Social GitHub App enables the GitHub-to-social pipeline — automatic post generation from commits, pull requests, and releases. INSTALLING THE GITHUB APP 1. Go to Settings → Integrations → GitHub → Connect GitHub. 2. You are redirected to GitHub's app installation page. 3. Choose whether to install on all repositories or select specific ones. 4. Click "Install". You are returned to Misar Social with the connection active. PERMISSIONS REQUESTED - Read access: repository metadata, commit history, releases, pull requests - Write access: none (Misar Social never writes to your repositories) WEBHOOK EVENTS After installation, GitHub sends the following events to Misar Social: - push (to main/master) - pull_request (merged) - release (published) - create (new branch — optional) All webhooks are verified with HMAC-SHA256 signatures using your GitHub Webhook Secret. UNINSTALLING Go to GitHub → Settings → Applications → Installed GitHub Apps → Misar Social → Uninstall. Alternatively, disconnect from Settings → Integrations → GitHub in Misar Social.