From dbe56fa8d94a3591db5e5b0f468ccbf1cee8c4b8 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Sun, 5 Jun 2022 10:21:12 +0530 Subject: [PATCH] ci: final edit release.yml --- .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 64816f9..41934ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v4 - with: + env: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}