---
title: "How can I use the Code Change Review (CCR) feature with GitHub?"
description: "For Ketryx to fetch Pull Request data from GitHub, authentication needs to happen via a Personal Access Token. Access tokens can be generated at the user level and provide authorization for specific scopes."
category: "Frequently Asked Questions"
section: "General"
keywords: ["ccr feature", "review ccr", "change review", "github", "code change", "token", "personal access", "pull request"]
source_url: "https://support.ketryx.com/hc/en-us/articles/21747786838413-How-can-I-use-the-Code-Change-Review-CCR-feature-with-GitHub"
last_reviewed: 2026-06-11
---

# How can I use the Code Change Review (CCR) feature with GitHub?

For Ketryx to fetch Pull Request data from GitHub, authentication needs to happen via a _Personal Access Token_. Access tokens can be generated at the user level and provide authorization for specific scopes.

This Personal Access Token will serve as the authentication method to fetch both Pull Request data and the Git repository for SOUP dependency analysis from GitHub.

To find out how to generate a Personal Access Token, please see our GitHub FAQ entry [here](https://ketryx.zendesk.com/hc/en-us/articles/21747500582669) for the classic token and [here](https://support.ketryx.com/knowledge/editor/01HGBD8FN6JCYM11Z7PKRXGAJ3/en-us?brand_id=21249112595853) for the fine-grained token.

## Related articles

- [How can I use the Code Change Review (CCR) feature with Bitbucket?](how-can-i-use-the-code-change-review-ccr-feature-with-bitbucket.md)
- [How do I create a Personal Access Token (PAT) (classic) for GitHub?](how-do-i-create-a-personal-access-token-pat-classic-for-github.md)
- [How do I create a fine-grained Personal Access Token for GitHub?](how-do-i-create-a-fine-grained-personal-access-token-for-github.md)
- [I've added my GitHub repository, but I still can't see the Code Change Review (CCR) Report. What can I do?](i-ve-added-my-github-repository-but-i-still-can-t-see-the-code-change-review.md)
- [What permissions does the GitHub Personal Access Token need?](what-permissions-does-the-github-personal-access-token-need.md)
