Skip to content

Commit

Permalink
Added gpg secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsteeleAPL committed Aug 27, 2024
1 parent c32413a commit 8a0fc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} # env variable for GPG private key passphrase
- name: Build and verify with Maven only
run: mvn -B verify --file pom.xml

Expand Down

0 comments on commit 8a0fc29

Please sign in to comment.