Drone plugins > Github Comment
Github Comment
by codehimanshu
Use this plugin to update build status on Github Pull Request. This is useful when the complete team does not want to open drone dashboard for each build message.
Example
kind: pipeline
name: default
steps:
- name: update-status-to-github
image: codehimanshu/gitdrone:1.7
settings:
drone_access_token:
from_secret: drone_access_token
github_installation_id:
from_secret: github_installation_id
github_app_id: 38899
private_key:
from_secret: private_key
Properties
drone_access_token
stringrequireddrone server auth token
Default: none
github_installation_id
stringrequiredinstallation id of github app for drone
Default: none
github_app_id
stringrequiredyour app id for drone on github
Default: 38899
private_key
stringrequiredfrom github app installation
Default: none