From f1c60093cfd2f2eccb112d2766e261b59839a9e5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 14 Feb 2024 02:49:52 +0100 Subject: [PATCH] ci: Update GPG passphrase secret name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a125360..9c384f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.PASSPHRASE }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} fingerprint: ${{ env.GPG_FINGERPRINT }} - name: Release