GitHub Integration
GitHub integration provides access to GitHub resources for StremThru features.
What It Enables
- Access to GitHub repositories and resources
Setup
- Create a Personal Access Token on GitHub
- Set the environment variables:
sh
STREMTHRU_INTEGRATION_GITHUB_USER=your-username
STREMTHRU_INTEGRATION_GITHUB_TOKEN=your-tokenEnvironment Variables
| Variable | Description |
|---|---|
STREMTHRU_INTEGRATION_GITHUB_USER | GitHub username |
STREMTHRU_INTEGRATION_GITHUB_TOKEN | GitHub Personal Access Token |
INFO
Detailed documentation coming soon — contributions welcome.