From 39c5921629535b547493b5912b24c17f2ea799b9 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Tue, 10 Nov 2015 16:34:36 -0800 Subject: [PATCH] Secrets filename fix Fixing a `.drone.yml` that should have been a `.drone.sec`. --- docs/build/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/secrets.md b/docs/build/secrets.md index 619dcc975..4635bc751 100644 --- a/docs/build/secrets.md +++ b/docs/build/secrets.md @@ -63,7 +63,7 @@ Please note that you may still want secrets available to plugins when building a ## Checksum -The `checksum` field in the `.drone.yml` is a sha of your `.drone.yml` file. It is optional, but highly recommended. The `checksum` is used to verify the integrity of your `.drone.yml` file. If the checksum does not match, secret variables are not injected into your Yaml. +The `checksum` field in the `.drone.sec` is a sha of your `.drone.yml` file. It is optional, but highly recommended. The `checksum` is used to verify the integrity of your `.drone.yml` file. If the checksum does not match, secret variables are not injected into your Yaml. Generate a checksum on OSX or Linux: