Skip to content

Commit

Permalink
Corrected env var
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsteeleAPL committed Aug 27, 2024
1 parent c0b3746 commit 565086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Build and verify with Maven only
run: mvn -B verify --file pom.xml
env:
Expand Down

0 comments on commit 565086d

Please sign in to comment.