Skip to content

Commit 9d5e73a

Browse files
authored
gpg --list-secret-keys
1 parent 2a6c2d1 commit 9d5e73a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
echo "${{ secrets.GPG_KEY }}" > key.txt
121121
LC_ALL=C tr -cd 0-9a-fA-F < key.txt | xxd -r -p > key.asc
122122
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import key.asc
123+
gpg --list-secret-keys
123124
124125
- name: Create Debian package
125126
run: |

0 commit comments

Comments
 (0)