Hi everyone, I am trying to deploy my app with Descope on Azure static web app, but it fails because I have set the descope project id as an environment variable. For some reason the only way to get the build to work is to put the project id in the yaml config file as an environment variable, which will be stored on github. The repo is private, but I was wondering if the project ID is something that should be kept secret, or if its safe to use on public side??