Skip to content

Commit 3780f1f

Browse files
authored
Check secret keys
1 parent 58379eb commit 3780f1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
run: |
135135
tar -czvf ${{ steps.envirorment-variables.outputs.TAR_FILE }} debian/
136136
cd ./debian/
137+
gpg --list-secret-keys
137138
sudo debuild -S -sa -k${{ secrets.GPG_IDENTIFICATOR }} -p"gpg --batch --passphrase ${{ secrets.GPG_PWS }} --pinentry-mode loopback"
138139
139140
- name: Checks files

0 commit comments

Comments
 (0)