File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717
18- - name : Setup GPG key information
19- run : |
20- echo "$GPG_SIGNING_KEY_PW" | gpg --batch --import --yes --passphrase-fd 0 <(echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode)
21- mkdir -p ~/.gradle
22- echo -n "signing.keyId=ABC48776" >> ~/.gradle/gradle.properties
23- echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/gradle.properties
24- echo -n "signing.secretKeyRingFile=../maven.keystore" >> ~/.gradle/gradle.properties
25- echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > ../maven.keystore
26- env :
27- GPG_SIGNING_KEY_B64 : ${{ secrets.GPG_PRIVATE_KEY_B64 }}
28- GPG_SIGNING_KEY_PW : ${{ secrets.GPG_PASSPHRASE }}
29-
3018 - name : Set up Java
3119 uses : actions/setup-java@v4
3220 with :
You can’t perform that action at this time.
0 commit comments