Since the dashboard is a static site, saving your internal tickets needs a tiny
GitHub Personal Access Token so the dashboard can commit directly to the repo.
It's stored only in your browser — never uploaded anywhere, never visible to others.
How to create it (2 min)
- Open the token page ↗
- Name:
client-ticket-tracker
- Expiration: 90 days (whatever you prefer)
- Resource owner:
shivamsahugzp
- Repository access → Only select repositories → pick
client-ticket-tracker
- Repository permissions → Contents → Read and write
- Generate token → copy the
github_pat_… value
Security notes:
• The token is fine-grained — scoped to ONE repo with just "contents: write". It can't touch anything else on your GitHub account.
• It lives in your browser's localStorage. You can revoke it any time at
GitHub settings.
• If you share this laptop with someone, click
⟳ Reset token in the dashboard's digest modal when done.