From 4e81aba6a352b741b5fc71670392a9ec8a086f17 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 20 Jan 2017 15:06:58 +0800 Subject: [PATCH] docs: [ci skip] remove secret section. --- DOCS.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/DOCS.md b/DOCS.md index 54fb1f1..7f9be4c 100644 --- a/DOCS.md +++ b/DOCS.md @@ -161,23 +161,6 @@ pipeline: + {{ /success }} ``` -# Secrets - -The telegram plugin supports reading credentials from the Drone secret store. This is strongly recommended instead of storing credentials in the pipeline configuration in plain text. - -```diff -pipeline: - telegram: - image: appleboy/drone-telegram -- token: xxxxxxxxxx - to: telegram_user_id -``` - -The `token` attribute can be replaced with the below secret environment variables. Please see the Drone documentation to learn more about secrets. - -PLUGIN_TOKEN -: telegram token - # Parameter Reference token