Skip to content

Commit 5745021

Browse files
authored
Removed --allow-secret-key-import
1 parent 1fc37de commit 5745021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
LC_ALL=C tr -cd 0-9a-fA-F < pubkey.txt | xxd -r -p > pubkey.asc
127127
LC_ALL=C tr -cd 0-9a-fA-F < seckey.txt | xxd -r -p > seckey.asc
128128
gpg --batch --import pubkey.asc
129-
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --allow-secret-key-import --import seckey.asc
129+
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import seckey.asc
130130
gpg --list-secret-keys
131131
132132
- name: Create Debian package

0 commit comments

Comments
 (0)