From f3237ea9086070d8d21f0c175ba2ea59feeef9a2 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 25 Oct 2021 01:44:56 +0200 Subject: [PATCH] drone: fix signature --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8a5adad1..091abf82 100644 --- a/.drone.yml +++ b/.drone.yml @@ -85,6 +85,6 @@ steps: template: "Upstreaming {{ build.status }} [{{ build.branch }}#{{ truncate build.commit 8 }}]({{ build.link }}) by {{ build.author }}. [Pull requests](https://git.b12f.io/pub-solar/os/pulls)" --- kind: signature -hmac: 145dff5d1aac21f4c68f186cc2dbd98ccb8f08f23af8df3528de6a21defee1c7 +hmac: a70d222a8aeff1cf3436d627353908cf7657a0dda1e86f6348458de9ca214d31 ...