turbot / steampipe-plugin-github

Use SQL to instantly query repositories, users, gists and more from GitHub. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/github
Apache License 2.0
72 stars 28 forks source link

added support for fine grained token #449

Open ritin0204 opened 3 weeks ago

ritin0204 commented 3 weeks ago

docs: https://github.blog/security/application-security/introducing-fine-grained-personal-access-tokens-for-github/

ParthaI commented 3 weeks ago

Hi, @ritin0204, thanks for the contribution! 🎉

Could you please take a look at the following points?

Thanks!

ritin0204 commented 1 day ago

HI, @ParthaI,

Sorry for late response,

can you provide me some resources to set it up and test it locally? while developing the plugin.

As the change was just to add support for fine grained token same as other tokens so i haven't tested it with run, however the APIs seems to be working fine used here.

ParthaI commented 1 day ago

Hey @ritin0204, sorry for the brevity of my previous review comment, as it may not have provided enough clarity to fully explain the feedback.

can you provide me some resources to set it up and test it locally?

Could you please clarify what specific information or resources you need from us?

In my previous comment, I intended to highlight the following:

As the change was just to add support for fine grained token same as other tokens so i haven't tested it with run, however the APIs seems to be working fine used here.

Thanks!