Drone plugin for sending webhook with custom authorization.
- name: send
image: idcooldi/drone-webhook
settings:
bearer:
from_secret: bearer_token
urls: https://your.webhook/...
debug: true
urls
Payload gets sent to this list of URLs
username
Username for basic auth
password
Password for basic auth
method
HTTP submission method, defaults to POST
content_type
Content type, defaults to application/json
skip_verify
Skip SSL verification
debug
Enable debug information
headers
Custom headers
Simple usage headers:
- name: send
image: idcooldi/drone-webhook
settings:
urls:
- https://your.webhook/...
headers:
- "Content-Length=123"