Currently, switching to a new project (e.g. at the start of a new semester) requires manually setting up a new project, which includes getting all of the correct gcloud apis enabled and correct permissions set up on service accounts. This is somewhat documented in the github workflows yaml file, because the issues generally appear in the ci/cd process and not in the manual instructions at the command line. The best way to automate this is probably to use terraform, e.g. Google Project Service.
Currently, switching to a new project (e.g. at the start of a new semester) requires manually setting up a new project, which includes getting all of the correct gcloud apis enabled and correct permissions set up on service accounts. This is somewhat documented in the github workflows yaml file, because the issues generally appear in the ci/cd process and not in the manual instructions at the command line. The best way to automate this is probably to use terraform, e.g. Google Project Service.