Secret
An encrypted secret variable stored in Drone CI/CD.
CI/CDContinuous IntegrationContinuous DeliveryDevOpsContainersDockerBuild AutomationOpen SourceSelf-Hosted
Properties
| Name |
Type |
Description |
| namespace |
string |
The organization namespace (for org-level secrets). |
| name |
string |
The secret name, used to reference the secret in pipeline steps. |
| data |
string |
The secret value (write-only; not returned in GET responses). |
| pull_request |
boolean |
Whether to expose the secret in pull request builds. |
| pull_request_push |
boolean |
Whether to expose the secret in builds triggered by pushes to pull request branches. |
JSON Schema