gharlan / alfred-github-workflow

GitHub Workflow for Alfred
MIT License
2.89k stars 147 forks source link

Running with reduced permissions? #111

Closed cameronsstone closed 3 years ago

cameronsstone commented 4 years ago

I just ran the login command, and the oauth request to github states:

This application will be able to read and write all public and private repository data. This includes the following:

  • Code
  • Issues
  • Pull requests
  • Wikis
  • Settings
  • Webhooks and services
  • Deploy keys
  • Collaboration invites

Is there some way to run with reduced permissions? I mainly want to use it in a read-only manner.

gharlan commented 4 years ago

https://github.com/gharlan/alfred-github-workflow/issues/51

cameronsstone commented 4 years ago

I forgot to search closed issues. :-(

Thanks for the info. This is very surprising. :-(

Also, see dear-github issue 113 GitHub's Permission System is Flawed for an attempt to consolidate the github feature request.

Apparently, the only option would be to migrate to a github app, but that seems like a large amount of work.

Thanks for taking the time to respond.