From 8026c90ff6a1c5d513e8a3ebda4a23fd419331cc Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 10 Dec 2021 00:45:02 +0100 Subject: [PATCH] Update --- .github/workflows/build-with-docker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-with-docker.yml b/.github/workflows/build-with-docker.yml index 7311233a..ae10b9f6 100644 --- a/.github/workflows/build-with-docker.yml +++ b/.github/workflows/build-with-docker.yml @@ -9,7 +9,6 @@ on: runner: required: true type: string - secrets: GPG_KEY1: required: true GPG_PASSPHRASE1: @@ -89,8 +88,8 @@ jobs: uses: crazy-max/ghaction-import-gpg@v3 with: - gpg-private-key: ${{ secrets.GPG_KEY1 }} - passphrase: ${{ secrets.GPG_PASSPHRASE1 }} + gpg-private-key: ${{ input.GPG_KEY1 }} + passphrase: ${{ input.GPG_PASSPHRASE1 }} workdir: scripts git-user-signingkey: true git-commit-gpgsign: true