mirror of
https://github.com/JHUAPL/jsqrl.git
synced 2026-01-09 14:38:07 -05:00
Added gpg secrets
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user