Regarding Cloudflare Pages API - Create Project
https://developers.cloudflare.com/api/operations/pages-project-create-project
I see the above API has a reference to the “branch” of what seems to be a repository.
Is this the GitHub repository?
I have the cloudflare pages GitHub App enabled for all repositories in my org.
When I create a new Repo, how can that new repo be linked to the cloudflare pages project using the API?
I am fully automating pages project creation and deployment and don’t want to have to go to the Cloudflare Pages dashboard just to link the GitHub repo during the process.
I was expecting a post parameter that somehow links the GitHub Repo to the Cloudflare Project when calling Create.