# Frequently Asked Questions

## I've added my GitHub repository, but I still can't see the Code Change Review (CCR) Report. What can I do?

Lee Chickering

- Updated 2 years ago

Follow the below process to make sure you have added an authentication token for your repository in the project settings page.

1. Open the settings area of the project
2. Add the repository from which you want to pull the Code Change Reviews
3. Click Enable repository authentication,
   - set username: name of the token (just for your own reference, can be anything),
   - set password: the actual GitHub token
4. Click Save

There are several steps to generate a GitHub token (classic), which can be found [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic). To enable the CCR features, the token needs specific permissions mentioned [here](https://ketryx.zendesk.com/hc/en-us/articles/21747340784269).
