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