Skip to content

Commit

Permalink
docs: improve GitHub token setup instructions for better accessibilit…
Browse files Browse the repository at this point in the history
…y and clarity

- Replace generic "here" link text with more descriptive "GitHub Personal Access Token" for better accessibility
- Add `?scopes=repo` query parameter to pre-select required permissions
- Update permission description from "full repo permissions" to more accurate "repo" scope
  • Loading branch information
f440 authored and jerry-skydio committed Dec 6, 2024
1 parent 22f331e commit 22d4a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Creating test PRs can be spammy so don't do the tutorial on other people's repos
git clone https://github.com/<your-name>/revup.git && cd revup
```

On first run, you will need to configure github credentials. Create a personal access token [here](https://github.com/settings/tokens/new)
and check the box for "full repo permissions". Revup needs this in order to create and modify pull requests. Then run
On first run, you will need to configure github credentials. Create a [GitHub Personal Access Token](https://github.com/settings/tokens/new?scopes=repo)
with "repo" scope. Revup needs this in order to create and modify pull requests. Then run
```sh
revup config github_oauth
```
Expand Down

0 comments on commit 22d4a73

Please sign in to comment.