From d6a4999b0a5d0eea696436658ab1a6974d1c8851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Str=C3=B6mberg?= Date: Tue, 12 Aug 2025 15:26:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27a9050..7fe4eaa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cd goose && make run If you want more control over which repositories the goose can access, you can use a GitHub personal access token instead: -1. Create a [GitHub personal access token](https://github.com/settings/tokens) with `repo` scope +1. Create a [GitHub personal access token](https://github.com/settings/tokens) with access to read pull-requests and repo metadata. 2. Set the `GITHUB_TOKEN` environment variable: ```bash