GitHub

GitHub

Store and manage your code

Easy3 min0% complete

What you need

  • A GitHub account
  1. 1.Go to GitHub Settings → Developer settings
  2. 2.Click "Personal access tokens" → "Tokens (classic)"
  3. 3.Click "Generate new token (classic)"
  4. 4.Name it "Bord"
  5. 5.Select scopes: repo, workflow, admin:org (if needed)
  6. 6.Click "Generate token"
  7. 7.Copy the token immediately
GitHub Token Settings
# Add to your .env.local file:
GITHUB_TOKEN=ghp_...

Environment Variables

VariableDescriptionExample
GITHUB_TOKENPersonal access token with repo scopeghp_...

Test Your Integration

After completing setup, try this prompt in Claude Code:

"Create a new GitHub repository for my website"