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"