ci: fix creating secret key ring file

This commit is contained in:
Zihlu Wang
2024-04-29 14:37:03 +08:00
parent 4a89118b49
commit a89f8225aa
2 changed files with 5 additions and 1 deletions
@@ -33,6 +33,10 @@ jobs:
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}
trust_level: 5 trust_level: 5
- name: Check PGP Private Key
run: |
gpg --list-secret-keys --keyid-format LONG
- name: Creating PGP Ring Key - name: Creating PGP Ring Key
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring 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 springBootVersion=3.2.3
buildGroupId=com.onixbyte buildGroupId=com.onixbyte
buildVersion=1.4.0-test-github-actions-3 buildVersion=1.4.0-test-github-actions-4
projectUrl=https://onixbyte.com/JDevKit projectUrl=https://onixbyte.com/JDevKit
projectGithubUrl=https://github.com/OnixByte/JDevKit projectGithubUrl=https://github.com/OnixByte/JDevKit
licenseName=The Apache License, Version 2.0 licenseName=The Apache License, Version 2.0