From 3a449badb125b4f5bf0497639745a583bc949da2 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 5 Apr 2021 12:10:28 +0200 Subject: [PATCH] Add signature to Drone CI --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 6d8d0c87..ee16f5d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline name: default @@ -111,3 +112,8 @@ steps: repo: - Deuxfleurs/garage +--- +kind: signature +hmac: 2ecc0db1a006186c6e3b9bcb458ba40b3e8bf88493bfae40fde2fe4136d0db69 + +...