Skip to content

connect-github

Links a GitHub repository to a Mistflow project. After connecting, every deploy also pushes the latest code to the linked repo.

ParameterTypeRequiredDescription
projectPathstringNoPath to the project directory (default: cwd)
repostringYesGitHub repository in owner/name format
  1. Initiates GitHub OAuth (opens the user’s browser)
  2. User authorizes Mistflow
  3. Links the repo to the project
  4. Enables auto-sync
  • Requires a GitHub account with write access to the target repo.
  • Auto-sync pushes to the main branch by default (configurable in dashboard).
  • See the GitHub Integration guide for details.