summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-13 10:20:13 +0200
committerJoas Schilling <coding@schilljs.com>2023-07-13 10:20:13 +0200
commited21ad5da1457aaf826662ef5d80feade6f6b7bb (patch)
treeacc0ee51648448c727fdeba383e15541deb7c597
parent2b7e64ab58c319147ffc9db60617c11fc9385235 (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 e16c16119..d2f110389 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: "7d4f30bec296493e6f94fa268c8fb67ab927883875beda00b1d0f4c867bd825c"
+ },
]
diff --git a/.drone.yml b/.drone.yml
index 1953c7365..c8a1c6d94 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1354,3 +1354,6 @@ trigger:
event:
- pull_request
- push
+---
+hmac: 7d4f30bec296493e6f94fa268c8fb67ab927883875beda00b1d0f4c867bd825c
+kind: signature