Docs/github
Connecting GitHub
How to generate a GitHub Personal Access Token, set the right scopes, and connect your account to DevClocked.
DevClocked uses GitHub Personal Access Tokens (PATs) to securely access your repository metadata. This ensures we only access what you explicitly allow.
Generating a Token
- Go to GitHub Developer Settings
- Click "Generate new token" (classic)
- Give it a name like "DevClocked"
- Select the following scopes:
repo(to access private repositories)read:user(to read profile data)user:email(to match commits to your account)
- Click "Generate token" and copy the result immediately
Connecting to DevClocked
Paste the generated token into the DevClocked connection dialog. We encrypt this token before storing it, and it's only used to fetch commit data for the repositories you select.
Was this page helpful?