Which API permissions are needed? #1092
-
Hi, I like this plugin. I was about to use it but I don't want to create a full-privileged API. Related to #1050 and partially solved by 814acf6 but I would like a more in-depth response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi 👋 ! For personal access tokens (i.e. tokens used to fetch data), the revelant documentation is here:
If you click on a plugin documentation in the plugin list, you'll be able to see a table that tell which scopes are required to make it work, like below: In the example above, the personal access token should have Concerning comitter tokens (i.e. tokens used to publish results), it mostly depends on Unfortunately the GitHub doc about this is not very extensive and I'm not sure what each scope means as they're named differently from access tokens: However, I'm pretty sure you'll just need Hope this helps, and thanks for using metrics 😄 ! |
Beta Was this translation helpful? Give feedback.
Hi 👋 !
For personal access tokens (i.e. tokens used to fetch data), the revelant documentation is here:
If you click on a plugin documentation in the plugin list, you'll be able to see a table that tell which scopes are required to make it work, like below:
In the example above, the personal access token should have
read:user
andread:org
s…