Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down