Skip to content

Commit

Permalink
fix OSSRH_GPG_SECRET_KEY 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 23, 2023
1 parent f0a22e2 commit 9c3b155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
mkdir -p ~/.gnupg/private-keys-v1.d
chmod 700 ~/.gnupg/private-keys-v1.d
echo -n ${{ secrets.OSSRH_GPG_SECRET_KEY }} | base64 --decode | gpg --import
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 9c3b155

Please sign in to comment.