Skip to content

Commit 2ec19e6

Browse files
author
Vignesh Kennadi
committed
removes permission
1 parent 6c3c882 commit 2ec19e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-lint-test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if [ ! -d "~/.gnupg" ]; then
2727
echo "Creating ~/.gnupg directory..."
2828
mkdir -p ~/.gnupg
29-
chmod 700 ~/.gnupg
29+
3030
echo "use-agent" > ~/.gnupg/gpg.conf
3131
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
3232
else
@@ -44,5 +44,3 @@ jobs:
4444
export GPG_TTY=$(tty)
4545
mvn clean verify -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
4646
working-directory: Xero-Java
47-
# env:
48-
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)