GitHub
GitHub integration fetches recently merged pull requests, releases, and commits to populate the shipping log.What it powers
- Shipping Log widget — Merged PRs appear as shipped items
- KPI Strip — Last deploy timestamp
- Bottom Ticker — Recent shipping activity in the scrolling marquee
Getting your token
Go to GitHub Settings
Sign in to github.com and go to Settings > Developer settings > Personal access tokens > Tokens (classic).Or use Fine-grained tokens for more restricted access.
Generate a new token
Click Generate new token.Required scopes:
repo(for private repos) orpublic_repo(for public repos only)
Environment variables
.env.local
API details
| Property | Value |
|---|---|
| API base URL | https://api.github.com |
| Rate limit | 5,000 requests/hour (authenticated) |
| Cache TTL | 2 minutes |
| Authentication | Bearer token (Authorization: Bearer ghp_...) |
Widgets that use this service
Shipping Log
Shows merged PRs as shipped items.
Bottom Ticker
Includes shipping items in the scrolling marquee.