Skip to content

Commit

Permalink
removed default binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent 4caecf4 commit e77163d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# mvn clean verify -DskipTests=true
run: |
export GPG_TTY=$(tty)
mvn clean verify -DskipTests=true -Dgpg.passphrase=Aravinth120996! -X
mvn clean verify -DskipTests=true -Dgpg.passphrase= ${{ secrets.GPG_PASSPHRASE_TEST }}
working-directory: Xero-Java
env:
GPG_PASSPHRASE: Aravinth120996!
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE_TEST }}

0 comments on commit e77163d

Please sign in to comment.