Skip to content

Commit

Permalink
fix OSSRH_GPG_SECRET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Dec 24, 2023
1 parent 6322f6b commit e28e52c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
with:
ref: 'main'
fetch-depth: 0

- name: Install gpg secret key
run: |
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
Expand Down

0 comments on commit e28e52c

Please sign in to comment.