# Test environment configuration
# Copy this file to .env and fill in your values
GITHUB_TOKEN=ghp_test_token
GITHUB_OWNER=test-owner
GITHUB_REPO=test-project-manager
# Note: For running E2E tests, make sure your token has the following permissions:
# - repo (full)
# - project (full)
# - workflow
# - write:org
# - admin:org
# This is a test environment file, actual values should be set in .env
# DO NOT commit real tokens to version control