k01ek / netbox-devicetype-importer

Easy import DeviceTypes from github repo
Apache License 2.0
69 stars 11 forks source link

What Scopes are required for Github token? #13

Closed LilTrublMakr closed 2 years ago

LilTrublMakr commented 2 years ago

What scopes are required for the Github token? I only want to give minimal permissions for hopefully obvious reasons.

abhi1693 commented 2 years ago

Only public repo read access is needed

k01ek commented 2 years ago

Actually, there are no scopes required for the token

phw-lopa commented 2 years ago

I tried it yesterday with no scopes - that didn't work. I needed to add public_repo scope to make it work

LilTrublMakr commented 2 years ago

Same. I tried it with no scopes originally and it would fetch the repo and display the templates, but would not allow the downloads.

k01ek commented 2 years ago

hmm, its strange.. I tested token without any permissions and it works fine.