From 448111424b72c274ec7842dfea039d461cfeea90 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 5 May 2023 12:38:16 +0200 Subject: [PATCH] chore(ci): add signing and key info to chart releaser Signed-off-by: Kjeld Schouten-Lebbing --- .github/cr.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/cr.yaml b/.github/cr.yaml index 658d9bb4d10..a70cf5872cf 100644 --- a/.github/cr.yaml +++ b/.github/cr.yaml @@ -5,3 +5,7 @@ charts-dir: charts/* charts_repo_url: "https://charts.truecharts.org" SkipExisting: true skipExisting: true +# Set to true for GPG signing +sign: true +# UID of the GPG key to use +key: info@truecharts.org