Skip to content

Commit

Permalink
Add fine-grain token permissions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekeyes committed Jan 6, 2024
1 parent 61e7d05 commit d5589e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ stdin if no file is given.
The other required arguments are:

- The `-repository` flag to specify the repository in `owner/name` format
- A GitHub token with `repo` scope, either with the `-token` flag or in the
`GITHUB_TOKEN` environment variable.
- A GitHub token, set with the `-token` flag or in the `GITHUB_TOKEN`
environment variable.
- Classic tokens must have `repo` scope
- Fine-grained tokens must have read and write access to contents and pull
requests

For example:

Expand Down

0 comments on commit d5589e1

Please sign in to comment.