freeedcom / ai-codereviewer

AI Code Reviewer: Enhance your GitHub workflow with AI-powered code review! Get intelligent feedback and suggestions on pull requests using OpenAI's GPT-4 API, improving code quality and saving developers time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GITHUB_TOKEN

JaredEzz opened this issue · comments

no instructions are given on how to find/generate your github token

The GITHUB_TOKEN is actually there by default: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret

Default settings should be fine for it.

If you want to, you can help by making that clear in the readme :)