Skip to content

Commit

Permalink
corrected the environment variable name for gpg passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 4, 2024
1 parent 8d914c8 commit b8a2f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
export GPG_TTY=$(tty)
mvn clean verify -DskipTests=true
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
working-directory: Xero-Java

0 comments on commit b8a2f23

Please sign in to comment.