GitHub Release Sanitize and release projects to GitHub. Two-phase workflow: safety checks first, then tag and publish. Prerequisites - CLI installed and authenticated ( ) - installed for secrets scanning ( or download from GitHub) - Git repository with a remote configured Workflow Phase 1: Sanitize Run these checks before any public release. Stop on blockers. 1. Scan for Secrets (BLOCKER) If secrets found: STOP . Remove secrets, move to environment variables. Check git history with — if in history, use BFG Repo-Cleaner. If gitleaks not installed, do manual checks: 2. Remove Personal Artifacts…