From 36813d0c273d90a8810e0f31e997171baaca2542 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 26 Aug 2020 16:56:39 -0700 Subject: [PATCH] Sign drone.yml and mark build as trusted --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index c657e14..e8f80e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -128,3 +128,8 @@ volumes: # password: # from_secret: SMTP_PASS # pragma: whitelist secret # from: drone@iamthefij.com +--- +kind: signature +hmac: 1823edf861345f607810aba849580e6b5a24ee5248d44d1b1fa63adccf05c6ee + +...