| # asfmetrics secrets file |
| # Copy to .secrets and fill in your values. |
| # This file is in .gitignore — it will never be committed. |
| # |
| # Lookup order for secrets: |
| # 1. Environment variables (e.g. GITHUB_TOKEN=...) |
| # 2. ./.secrets (this file, project-local) |
| # 3. ~/.secrets (user-level fallback) |
| |
| # GitHub personal access token (classic or fine-grained) |
| # Needed for: git/GitHub activity collector (commit/PR stats) |
| # Without it: GitHub API rate-limits to 60 req/hour (with token: 5000/hour) |
| # Create at: https://github.com/settings/tokens |
| # Scopes needed: public_repo (read-only access to public repos is sufficient) |
| GITHUB_TOKEN=ghp_your_token_here |