Skip to content

Commit e556985

Browse files
committed
key only
1 parent dfa43d9 commit e556985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_to_maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
mkdir -p ~/.gnupg
3030
echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > /home/runner/.gnupg/secring.gpg
3131
cat /home/runner/.gnupg/secring.gpg
32+
env:
33+
GPG_SIGNING_KEY_B64: ${{ secrets.$GPG_SIGNING_KEY_B64 }}
3234

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

0 commit comments

Comments
 (0)