Skip to content

Commit

Permalink
fix gpg in cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Raroh73 committed Oct 20, 2024
1 parent 319e126 commit 8c3a1ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
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:
Expand Down

0 comments on commit 8c3a1ce

Please sign in to comment.