Skip to content

Commit

Permalink
ENG-19397: remove base64 decode
Browse files Browse the repository at this point in the history
  • Loading branch information
hadomskyi committed Jan 15, 2025
1 parent 411745d commit ecd69d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Import GPG key
run: |
echo "${{ secrets.MAVEN_GPG_KEY }}" | base64 --decode > private_key.gpg
echo "${{ secrets.MAVEN_GPG_KEY }}" > private_key.gpg
gpg --batch --import private_key.gpg
rm private_key.gpg
Expand Down

0 comments on commit ecd69d8

Please sign in to comment.