srggrs / assign-one-project-github-action

Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
MIT License
169 stars 60 forks source link

What permissions are needed for a personal access token #63

Closed uozuAho closed 3 years ago

uozuAho commented 3 years ago

Hi there, thanks for reviving this action!

Do you know which permissions are needed by this action for a personal access token? I ended up creating a token with all permissions to get this action to successfully add a PR to my project. This is fine for a personal project, but may not be allowed at my work.

srggrs commented 3 years ago

you should try with admin:org, related to #58