Service config setup for a GitHub repo
The following are the details required for a service whose repository is hosted in github.

Last updated
The following are the details required for a service whose repository is hosted in github.
After selecting the git provider as GitHub, the following details will be required as shown in the image.

Copy the clone url of your repository to fill the details.
Suppose if the url to clone your repositpry is https://github.com/hypertest/autoqa.git
Base URL will be github.com.
Owner will be hypertest.
Repo Name will be autoqa.
The following are the steps to create a read access token which is required for running tests on the service.
Click on your avatar on top right and choose "Settings" from the dropdown.
Select "Developer settings" from the left menu, it is usually the last option.
Click on "Personal access tokens" from the left menu.
Choose "Fine-grained tokens".
Click on "Generate new token" on top right.
Give a name and description(optional) to the token for identification.
Give the expiry as desired.
Choose the resource owner who has the access to the repository.
Choose the repository/repositories for granting access.
Add the "Contents" permission for read only access.
"Metadata" read only permission will also be added by default.
Click on Generate token.
Paste the newly created access token in Repo Access Token and click on verify config.
Last updated