Skip to content

idcooldi/drone-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-webhook

Go Report Card Build Status GoDoc Docker Pulls

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

Parameter Reference

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"

About

Plugin for Drone

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages