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 2a6c2d1 commit 9d5e73aCopy full SHA for 9d5e73a
1 file changed
.github/workflows/on-push.yml
@@ -120,6 +120,7 @@ jobs:
120
echo "${{ secrets.GPG_KEY }}" > key.txt
121
LC_ALL=C tr -cd 0-9a-fA-F < key.txt | xxd -r -p > key.asc
122
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import key.asc
123
+ gpg --list-secret-keys
124
125
- name: Create Debian package
126
run: |
0 commit comments