From 22664f5109b985dd55ffb9090f5403b46f56a3c7 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 13 Mar 2024 19:49:45 +0100 Subject: [PATCH] Fix configuration of ghaction-import-gpg (#18) Motivation: We did update the ghaction-import-gpg action but did miss to update the configuration as well Modifications: Fix configuration of action Result: Be able to release again --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index ab3f1fe..087bde0 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -40,7 +40,7 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v6 with: - gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Setup git configuration