Drone · Example Payload

Drone Secret Example

CI/CDContinuous IntegrationContinuous DeliveryDevOpsContainersDockerBuild AutomationOpen SourceSelf-Hosted

Drone Secret Example is an example object payload from Drone, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedatapull_requestpull_request_push

Example Payload

Raw ↑
{
  "name": "docker_password",
  "data": "sup3rS3cr3t!",
  "pull_request": false,
  "pull_request_push": false
}