Job data lives in a private repo. This page reads it directly
from the GitHub API using a token you provide. Nothing is sent anywhere else —
the token stays in this browser's local storage and every request goes straight
to api.github.com.
Writes jobs/dashboard-state.json to the same repo when you press
Save in the header — one commit per press, not one per click.
The token above needs Contents: Read and write rather than read-only.
That token can then change anything in that repo, this dashboard's data
included. Untick to keep the three lists in this browser only, which needs
no write access at all.
A token in browser storage is readable by anything that can run script on this origin. With sync on, this one can write to the whole repo, so treat it as a credential worth rotating on schedule. Never paste a classic token here — a fine-grained token scoped to one repository is the whole safety margin.