From 17e473f6270d2ab570f4ce53bc3e910cce9cb643 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Fri, 19 Jan 2024 01:23:27 +0100 Subject: [PATCH] ci(release): allow botanik to sign release commits --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b7b396..a599eb67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,15 @@ jobs: with: token: ${{ secrets.OKP4_TOKEN }} + - name: Import GPG key + uses: crazy-max/ghaction-import-gpg@v6 + with: + gpg_private_key: ${{ secrets.OKP4_BOT_GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.OKP4_BOT_GPG_PASSPHRASE }} + git_config_global: true + git_user_signingkey: true + git_commit_gpgsign: true + - name: Setup node uses: actions/setup-node@v3 with: