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 3780f1f commit a8051adCopy full SHA for a8051ad
1 file changed
.github/workflows/on-push.yml
@@ -129,12 +129,12 @@ jobs:
129
gpg --batch --passphrase ${{ secrets.GPG_PWS }} --import seckey.asc
130
gpg --list-secret-keys
131
sudo echo "export GPGKEY=${{ secrets.GPG_KEY_ID }}" >> ~/.bashrc
132
+ gpgconf --kill gpg-agent
133
134
- name: Create Debian package
135
run: |
136
tar -czvf ${{ steps.envirorment-variables.outputs.TAR_FILE }} debian/
137
cd ./debian/
- gpg --list-secret-keys
138
sudo debuild -S -sa -k${{ secrets.GPG_IDENTIFICATOR }} -p"gpg --batch --passphrase ${{ secrets.GPG_PWS }} --pinentry-mode loopback"
139
140
- name: Checks files
0 commit comments