From 300eea3b6cd1eb8877e97b6bdd9b56db99f7a2d3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 5 May 2023 12:27:18 +0200 Subject: [PATCH] Update common.release.yaml --- .github/workflows/common.release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index a2d519a6..725e0033 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -51,6 +51,10 @@ jobs: with: charts_dir: library charts_repo_url: https://library-charts.truecharts.org + # Set to true for GPG signing + sign: true + # UID of the GPG key to use + key: info@truecharts.org env: CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_SKIP_EXISTING: "true"