Skip to content

Commit a8051ad

Browse files
authored
Try to reload gpg
1 parent 3780f1f commit a8051ad

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
@@ -129,12 +129,12 @@ jobs:
129129
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import seckey.asc
130130
gpg --list-secret-keys
131131
sudo echo "export GPGKEY=${{ secrets.GPG_KEY_ID }}" >> ~/.bashrc
132+
gpgconf --kill gpg-agent
132133
133134
- name: Create Debian package
134135
run: |
135136
tar -czvf ${{ steps.envirorment-variables.outputs.TAR_FILE }} debian/
136137
cd ./debian/
137-
gpg --list-secret-keys
138138
sudo debuild -S -sa -k${{ secrets.GPG_IDENTIFICATOR }} -p"gpg --batch --passphrase ${{ secrets.GPG_PWS }} --pinentry-mode loopback"
139139
140140
- name: Checks files

0 commit comments

Comments
 (0)