Skip to content

Commit

Permalink
removes permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 10, 2024
1 parent 6c3c882 commit 2ec19e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if [ ! -d "~/.gnupg" ]; then
echo "Creating ~/.gnupg directory..."
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "use-agent" > ~/.gnupg/gpg.conf
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
else
Expand All @@ -44,5 +44,3 @@ jobs:
export GPG_TTY=$(tty)
mvn clean verify -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
working-directory: Xero-Java
# env:
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 2ec19e6

Please sign in to comment.