Skip to content

What permission level do I need to create issues using PAT #24499

Discussion options

You must be logged in to vote

Thanks for joining the community. We’re glad you’re here!

The *:repo_hook permissions are for reading, writing, or administrating the webhooks associated with a repository. Webhooks are a system that GitHub uses to notify external services of events on GitHub. So, write:repo_hook only gives you access to the webhooks for repositories and not access to the repository information itself.

For creating issues, you need either the public_repo or repo permission on your Personal Access Token. public_repo will only grant the ability to manipulate public repositories. repo will grant the ability to manipulate all repositories you have access to.

I hope that helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment