NAME
Ukigumo::Client::Notify::GitHubStatuses - Set commit status for GitHub.
DESCRIPTION
This is a notifier class for Ukigumo, set commit status for GitHub.
ATTRIBUTES
- api_endpoint
-
URL of the GitHub API endpoint.
- access_token
-
Access token of GitHub OAuth. It must granted
repo:status
.
SETTING EXAMPLE
Example of .ukigumo.yml
;
notifications:
github_statuses:
- api_endpoint: https://api.github.com
access_token: __ACCESS_TOKEN__