Skip to content

GitHub Integration

GitHub integration provides access to GitHub resources for StremThru features.

What It Enables

  • Access to GitHub repositories and resources

Setup

  1. Create a Personal Access Token on GitHub
  2. Set the environment variables:
sh
STREMTHRU_INTEGRATION_GITHUB_USER=your-username
STREMTHRU_INTEGRATION_GITHUB_TOKEN=your-token

Environment Variables

VariableDescription
STREMTHRU_INTEGRATION_GITHUB_USERGitHub username
STREMTHRU_INTEGRATION_GITHUB_TOKENGitHub Personal Access Token

INFO

Detailed documentation coming soon — contributions welcome.