We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3c882 commit 2ec19e6Copy full SHA for 2ec19e6
.github/workflows/build-lint-test.yml
@@ -26,7 +26,7 @@ jobs:
26
if [ ! -d "~/.gnupg" ]; then
27
echo "Creating ~/.gnupg directory..."
28
mkdir -p ~/.gnupg
29
- chmod 700 ~/.gnupg
+
30
echo "use-agent" > ~/.gnupg/gpg.conf
31
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
32
else
@@ -44,5 +44,3 @@ jobs:
44
export GPG_TTY=$(tty)
45
mvn clean verify -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
46
working-directory: Xero-Java
47
- # env:
48
- # GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments