From 0f68faa9176a91493780f75901a2a36a3255bd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 18 Jun 2021 11:03:40 +0200 Subject: [PATCH] Actions - missing gpg for nightly version bump --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90dffcf763..728bf9f67c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -327,6 +327,16 @@ jobs: sudo touch .tmp/bump fi + - name: Import GPG key + + uses: crazy-max/ghaction-import-gpg@v3 + with: + gpg-private-key: ${{ secrets.GPG_KEY2 }} + passphrase: ${{ secrets.GPG_PASSPHRASE2 }} + workdir: build + git-user-signingkey: true + git-commit-gpgsign: true + - name: Bump version if: ${{ success() }}