From d85cbd1b0844278314147d290752168c8038330f Mon Sep 17 00:00:00 2001 From: lare Date: Sat, 13 May 2023 16:20:06 +0200 Subject: [PATCH] add signature to .drone.yml to prevent tampering --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5517fce..3d0be51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline type: docker @@ -16,3 +17,8 @@ steps: API_TOKEN: from_secret: API_KEY +--- +kind: signature +hmac: aecbf74e80aa00712ff2d52833db1cc57d67e9cf7dc94f86dc074a94e8e15b04 + +...