Skip to content

Commit

Permalink
export tty (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Dec 24, 2023
1 parent bb238ef commit 9cd3d69
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 @@ -27,6 +27,7 @@ jobs:

- name: Install gpg secret key
run: |
export GPG_TTY=$(tty)
cat <(echo -e "${{ secrets.OSSRH_GPG_SECRET_KEY }}") | gpg --import
gpg --list-secret-keys --keyid-format LONG
Expand Down

0 comments on commit 9cd3d69

Please sign in to comment.