ci: fix creating secret key ring file

This commit is contained in:
Zihlu Wang
2024-04-29 14:26:52 +08:00
parent d8df8f0fe9
commit 2a51489073
2 changed files with 2 additions and 1 deletions
@@ -28,6 +28,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
trust_level: 5
- name: Creating PGP Ring Key
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
+1 -1
View File
@@ -27,7 +27,7 @@ springVersion=6.1.3
springBootVersion=3.2.3
buildGroupId=com.onixbyte
buildVersion=1.4.0-test-github-actions-1
buildVersion=1.4.0-test-github-actions-2
projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0