From 7442a7c66eb2168d84f4e476746212722d1df62b Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:51:37 +0100 Subject: [PATCH] Put back signature in drone.yml (#37447) (#37479) Repository protection will be enabled for grafana/grafana today (cherry picked from commit e5f52a05f2e26e34982045b23488e0fe8810230a) Co-authored-by: Julien Duchesne --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index c02fbce1f73..10a2ebb7746 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3494,4 +3494,8 @@ get: path: infra/data/ci/drone name: machine-user-token +--- +kind: signature +hmac: 68edb93a18f2e16f8a9b2bf3d21073e181e56d2420feec37ae80b121fc2faeeb + ...