- About the GitHub connector
- GitHub authentication
- GitHub events
About the GitHub connector
GitHub is a cloud-based repository hosting service used for software development and version control using Git. It offers powerful tools for collaboration, code review and code management for open source and private projects.
Authentication
Before automating processes, you need to establish a connection with your GitHub instance. Step-by-step instructions are available in the GitHub authentication page.
Events
The GitHub connector supports events via polling. More information about the events supported for the GitHub connector is available in the GitHub events page.
Activity package
You can use the connection to enable the GitHub activities in UiPath Studio and build automations that interact with your GitHub data. This allows you to execute create, read, update, and delete operations for your GitHub objects.
Provider documentation
The UiPath connector is compatible with the GitHub v3 REST API. Learn more about it at the GitHub website.