mirror of
https://github.com/JHUAPL/jsqrl.git
synced 2026-01-08 22:17:58 -05:00
Added env variable
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user