Set up GitHub account and add collaborators
Learn how to set up and manage GitHub repositories for deployment, including configuring access permissions and collaborating with team members.
GitHub repository often referred to as a repo, serves as the central location for storing project files such as code, documentation, images, and other resources. Each deployment project needs its own repository to track and manage changes to ensure that all changes are properly managed and versioned throughout the development process.
Zuora recommends using private repositories. If a repository is publicly accessible, be aware that the content in it is at your own risk.
Complete the token configuration.