Description
Hi NuxtHub Team,
We're currently managing a project where multiple developers create and push their own branches. Given that NuxtHub automatically deploys all branches by default, we're looking to better understand potential security implications. Specifically, we're concerned about scenarios such as compromised GitHub accounts pushing unauthorized code, potentially exposing tokens from NuxtHub and Cloudflare.
We considered modifying our GitHub actions to restrict deployments to the main branch and limiting write access via pull requests. However, we'd greatly appreciate guidance or documentation on existing safeguards and recommended best practices.
Additionally, could you please clarify if a security incident in one project could impact other projects within the same team, or if isolation between projects is maintained?
Thanks very much for your support!