Added env variable

This commit is contained in:
Josh Steele
2024-08-27 14:24:26 -04:00
parent 3a8c9b8e9a
commit c0b3746f17

View File

@@ -31,6 +31,8 @@ jobs:
gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Build and verify with Maven only
run: mvn -B verify --file pom.xml
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph