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.
This commit is contained in:
2024-09-04 15:21:40 +02:00
parent 300b6f46f1
commit 22c5191f43

View File

@@ -30,6 +30,6 @@ steps:
dockerfile: ./pythonProject/Dockerfile
---
kind: signature
hmac: b90a8b716ded924055143fc3892ab7235297e8317e467ea9bf1b1848b590d8f9
hmac: 538ac6bab02bd9fcc1d0124c64135c87c850e07391a5271e7e7864913f3cad61
...