From 7c87bbd3685cdbf92814b3ca20a1e6793a83ddea Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 21 Jun 2021 16:16:19 +0200 Subject: [PATCH] Github Action fix --- .github/workflows/build-single.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-single.yml b/.github/workflows/build-single.yml index fb4d04516e..ea6b6db8a2 100644 --- a/.github/workflows/build-single.yml +++ b/.github/workflows/build-single.yml @@ -117,6 +117,10 @@ jobs: if: ${{ success() && github.event.inputs.repository != 'yes' }} + env: + + GPG_PASS: ${{ secrets.GPG_PASSPHRASE1 }} + run: | cd build