Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ucf4 committed Aug 29, 2024
1 parent bb885cb commit 5db1bb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
cache: maven
- name: Decrypt GPG key
run: |
echo "$GPG_PRIVATE_KEY" | gpg --no-tty --import
export GPG_TTY=$(tty)
echo "$GPG_PRIVATE_KEY" | gpg --no-tty --import
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Build with Maven
Expand Down

0 comments on commit 5db1bb8

Please sign in to comment.