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 1fc37de commit 5745021Copy full SHA for 5745021
1 file changed
.github/workflows/on-push.yml
@@ -126,7 +126,7 @@ jobs:
126
LC_ALL=C tr -cd 0-9a-fA-F < pubkey.txt | xxd -r -p > pubkey.asc
127
LC_ALL=C tr -cd 0-9a-fA-F < seckey.txt | xxd -r -p > seckey.asc
128
gpg --batch --import pubkey.asc
129
- gpg --batch --passphrase ${{ secrets.GPG_PWS }} --allow-secret-key-import --import seckey.asc
+ gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import seckey.asc
130
gpg --list-secret-keys
131
132
- name: Create Debian package
0 commit comments