This subcommand deletes a named repository secret. Please note this command requires administrative privilege to the repository.
NAME:
drone secret rm - remove a secret
USAGE:
drone secret rm [command options] [arguments...]
OPTIONS:
--repository value repository name (e.g. octocat/hello-world)
--name value secret name
Example usage:
$ drone secret rm -repository octocat/hello-world -name docker_password