summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-13 10:39:15 +0200
committerJoas Schilling <coding@schilljs.com>2023-07-13 10:39:15 +0200
commit2f3aacbaca784c5f755245ef18a93d10e156a14a (patch)
treecee9275052e43f826a49b4892f059b4128d8f0a2
parent0d2e98f3bd9af0c12d75797ea2797fa0411e4d52 (diff)
feat(CI): Sign .drone.yml
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.drone.jsonnet5
-rw-r--r--.drone.yml3
2 files changed, 8 insertions, 0 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index 3e7965181..8e7b6e568 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -152,4 +152,9 @@ local PipelinePostgreSQL(test_set) = Pipeline(
PipelinePostgreSQL("integration"),
PipelinePostgreSQL("sharing"),
PipelinePostgreSQL("sharing-2"),
+
+ {
+ kind: "signature",
+ hmac: "42a9326446817e073491d2b887a20254394c1cc988640bc9df9b57f2ad445ff0"
+ },
]
diff --git a/.drone.yml b/.drone.yml
index 3a47e2ecc..c10969232 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1354,3 +1354,6 @@ trigger:
event:
- pull_request
- push
+---
+hmac: 42a9326446817e073491d2b887a20254394c1cc988640bc9df9b57f2ad445ff0
+kind: signature