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
Problem is that the API calls require to have a user account that has push access to the repo that is being published. The good news is that there is OAuth Scope repo:status that allows generating Personal Access Tokens with a privilege to write status of commits and does not grant any other privileges like push privilege itself. But a small problem might be, that it grants this privilege to all repos (public & private) of the user...
The text was updated successfully, but these errors were encountered:
For GitHub repo's we could use the GitHub repo's status to indicate when the publishing is happening, is finished or failed.
API: https://developer.github.com/v3/repos/statuses/
Problem is that the API calls require to have a user account that has push access to the repo that is being published. The good news is that there is OAuth Scope
repo:status
that allows generating Personal Access Tokens with a privilege to write status of commits and does not grant any other privileges like push privilege itself. But a small problem might be, that it grants this privilege to all repos (public & private) of the user...The text was updated successfully, but these errors were encountered: