Skip to content

Commit

Permalink
Tweak import for gpg secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 25, 2024
1 parent f054e3d commit 9fd78be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: mvn versions:set -DnewVersion=${{ env.VERSION }}

- name: Install GPG secret key
run: cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --batch --import
run: echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --import

- name: Retrieve bearer token
id: get_bearer_token
Expand Down

0 comments on commit 9fd78be

Please sign in to comment.