Skip to content

Commit

Permalink
updated build script with PGP key info
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Carpenter committed Aug 17, 2024
1 parent 03af8d9 commit 9948699
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ jobs:
with:
maven-version: 3.9.6

- name: Configure GPG Key
run: |
echo -n "GPG_PRIVATE_KEY" | base64 --decode | gpg --import
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

- name: Display pgp key
run: gpg --list-keys

- name: Display Maven Version
run: mvn -v

Expand Down

0 comments on commit 9948699

Please sign in to comment.