# Windmill Ephemeral Backend Manager - Environment Variables # Copy this file to /etc/windmill-ephemeral-manager/.env and fill in the values # Manager Authentication Token # Required for protecting the manager endpoints from unauthorized access # Generate a secure random token: openssl rand -hex 32 MANAGER_AUTH_TOKEN=your-secure-random-token-here # GitHub Personal Access Token with 'secrets' scope (Write access) GITHUB_TOKEN=github_pat_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # Path to the SSH deploy key for accessing windmill-ee-private repository # This should be a read-only deploy key # The file should be owned by the 'sandbox' user with 600 permissions GIT_EE_DEPLOY_KEY_FILE=/home/sandbox/.ssh/windmill_ee_deploy_key