Spaces:
Sleeping
Sleeping
Deminiko
feat: Complete GitHub App authentication, documentation generation, and test improvements
a05d7b0
| # Sample env file for local testing | |
| # Never commit your real tokens. Use GitHub secrets for CI. | |
| # Required | |
| HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
| HF_USERNAME=NLarchive | |
| HF_SPACE_NAME=my-webapp-hf | |
| GITHUB_BRANCH=main | |
| # GitHub App Authentication (for AI Agent) | |
| GH_APP_ID=your_github_app_id | |
| GH_APP_PRIVATE_KEY_B64=your_base64_encoded_private_key | |
| GH_APP_INSTALLATION_ID=your_installation_id | |
| # Optional | |
| DRY_RUN=false | |
| FORCE_PUSH=false | |