# GitHub Personal Access Token
# Create one at: https://github.com/settings/tokens
# Required scopes: repo (for private repos) or public_repo (for public repos)
GITHUB_TOKEN=your_github_personal_access_token_here
# Notion API Key
# Create one at: https://www.notion.so/my-integrations
NOTION_API_KEY=your_notion_api_key_here
# Notion Database ID
# Get this from the URL of your Notion database
# Format: https://www.notion.so/workspace/DATABASE_ID?v=...
NOTION_DATABASE_ID=your_notion_database_id_here
# Node environment
NODE_ENV=development