git clone https://github.com/yourusername/my-roblox-project.git cd my-roblox-project
| Issue | Mitigation | |-------|------------| | Accidentally committing API keys (e.g., ROBLOX_API_TOKEN ) | Store secrets in GitHub and reference them only in Actions ( $ secrets.ROBUX_TOKEN ) | | Large binary assets bloating repo | Use Git LFS and keep binaries under 100 MB each | | Unauthorized script execution | Run CI in a sandboxed environment; never expose run commands to untrusted PRs | roblox github io