You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the login process grants permission to "read and write all public and private repository data" -- which is more than I'm willing to give, especially considering I only want to check on public projects.
Can we get a more limited option for permissions granting?
The text was updated successfully, but these errors were encountered:
Last time I tried using only read permission I could not use the workflow api, can you check if only using read data works now? You can use your own token passing the —token flag to the login command
I tried with a token with only the three basic personal read privileges, and checking status hung at "waiting job handling last commit ..." -- actually I'm not sure if that's "hanging" or as intended, as no workflow ran against that commit. So then I specified a sha that actually triggered a past run, and the status printed beautifully.
Currently the login process grants permission to "read and write all public and private repository data" -- which is more than I'm willing to give, especially considering I only want to check on public projects.
Can we get a more limited option for permissions granting?
The text was updated successfully, but these errors were encountered: