From 22c5191f4343c821361d63c37fe9a8caffd80007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 4 Sep 2024 15:21:40 +0200 Subject: [PATCH] Update HMAC signature in .drone.yml This commit refreshes the HMAC signature in the .drone.yml file. The change ensures that the integrity validation reflects the current state of the configuration. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 49fac55..952f8fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,6 +30,6 @@ steps: dockerfile: ./pythonProject/Dockerfile --- kind: signature -hmac: b90a8b716ded924055143fc3892ab7235297e8317e467ea9bf1b1848b590d8f9 +hmac: 538ac6bab02bd9fcc1d0124c64135c87c850e07391a5271e7e7864913f3cad61 ...