# Personal Access Token (PAT) Authentication (Recommended for testing)
# Generate a PAT at https://linear.app/settings/api
LINEAR_ACCESS_TOKEN=your_personal_access_token
# OAuth Authentication (Optional)
# Only needed if using OAuth flow instead of PAT
# LINEAR_CLIENT_ID=your_oauth_client_id
# LINEAR_CLIENT_SECRET=your_oauth_client_secret
# LINEAR_REDIRECT_URI=http://localhost:3000/callback
# LINEAR_AUTH_CODE=code_from_oauth_redirect
# LINEAR_REFRESH_TOKEN=refresh_token_from_oauth_flow