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 86790be commit 6056f18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
cache: maven
- name: Decrypt GPG key
run: |
export GPG_TTY=$(tty)
gpgconf --kill gpg-agent
gpgconf --launch gpg-agent
export GPG_TTY=$(tty) || true
echo "$GPG_PRIVATE_KEY" | gpg --no-tty --import
gpg --list-secret-keys
gpg --list-secret-keys
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Build with Maven
Expand Down

0 comments on commit 6056f18

Please sign in to comment.