Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme to include minimum PAT configuration #32

Merged
merged 1 commit into from
Jun 28, 2024
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,13 @@ setup questions:
- **GitHub Personal Access Token**: A _GitHub Personal Access Token_
with privilege to create new issues in the repository specified
under _"GitHub Repo"_ (create a new token at
https://github.com/settings/tokens/new).
https://github.com/settings/personal-access-tokens/new). The minimum fine-grained access token configuration is:
- Resource owner: owner of the repository specified
under _"GitHub Repo"_
- Repository access: Only selected repositories -> repository specified
under _"GitHub Repo"_
- Permissions -> Repository Permissions -> Issues: Read and write
- Permissions -> Repository Permissions -> Metadata: Read-only
- **GitHub Owner**: The name of the owner or organization under which
the GitHub repository is located.
- **GitHub Repo**: The name of the GitHub repository where issues
Expand Down
Loading