Skip to content

Commit

Permalink
key only
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Jan 8, 2025
1 parent fc16a4d commit 8e4e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_to_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup GPG key information
run: |
mkdir -p ~/.gnupg
echo -n "GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
cat /home/runner/.gnupg/secring.gpg
env:
GPG_SIGNING_KEY_B64: ${{ secrets.GPG_PRIVATE_KEY_B64 }}
Expand Down

0 comments on commit 8e4e3f7

Please sign in to comment.