Skip to content

Commit fc16a4d

Browse files
committed
key only
1 parent 891574d commit fc16a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Setup GPG key information
2828
run: |
2929
mkdir -p ~/.gnupg
30-
echo -n "$SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
30+
echo -n "GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
3131
cat /home/runner/.gnupg/secring.gpg
3232
env:
33-
SIGNING_KEY_B64: ${{ secrets.$GPG_SIGNING_KEY_B64 }}
33+
GPG_SIGNING_KEY_B64: ${{ secrets.GPG_PRIVATE_KEY_B64 }}
3434

3535
- name: Publish package
3636
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -Psigning.password="${SIGP}"

0 commit comments

Comments
 (0)