From c9e45f1a8820329e514a66f00a58df574a91e875 Mon Sep 17 00:00:00 2001 From: Raroh73 <96078496+Raroh73@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:25:36 +0200 Subject: [PATCH] fix gpg passphrase --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2b10bf6..f8051cf 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,6 @@ jobs: distribution: adopt java-version: 21 gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} - gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Install clojure tools uses: DeLaGuardo/setup-clojure@12.5 with: @@ -22,4 +21,5 @@ jobs: env: CLOJARS_USER: ${{ secrets.CLOJARS_USER }} CLOJARS_PASS: ${{ secrets.CLOJARS_PASS }} + GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} run: lein deploy clojars