We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcf263 commit 4abef6aCopy full SHA for 4abef6a
.github/workflows/release.yml
@@ -48,8 +48,11 @@ jobs:
48
49
- name: Set up GPG
50
run: |
51
+ echo "Importing private key"
52
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --import
53
+ echo "Importing public key"
54
echo "${{ secrets.GPG_PUBLIC_KEY }}" | gpg --import
55
+ echo "Listing keys"
56
gpg --list-keys # Verify the keys are imported
57
58
- name: Build and Deploy
0 commit comments