We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b77e6 commit ef1ee84Copy full SHA for ef1ee84
.github/workflows/publish-reusable.yml
@@ -96,6 +96,7 @@ jobs:
96
echo '${{secrets.GPGKEYCONTENTS}}' | base64 -d > /tmp/publish_key.gpg
97
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.SECRETPASSPHRASE}}" \
98
--output /tmp/secret.gpg /tmp/publish_key.gpg
99
+ echo "" >> gradle.properties
100
echo "signing.password=${{secrets.SIGNINGPASSWORD}}" >> gradle.properties
101
echo "signing.keyId=${{secrets.SIGNINGKEYID}}" >> gradle.properties
102
echo "signing.secretKeyRingFile=/tmp/secret.gpg" >> gradle.properties
0 commit comments