Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub status #1

Open
AuHau opened this issue Feb 28, 2019 · 0 comments
Open

GitHub status #1

AuHau opened this issue Feb 28, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@AuHau
Copy link
Owner

AuHau commented Feb 28, 2019

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...

@AuHau AuHau added the enhancement New feature or request label Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant