Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Oct 16, 2023
1 parent cb04452 commit 16b1deb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug-gpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
export GPG_TTY=$(tty)
echo "$GPG_SIGNING_KEY" | gpg --batch --import
- name: check identities
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
run: |
gpg --fingerprint
gpg --list-keys
gpg --list-signatures
gpg --show-keys --with-subkey-fingerprint
echo "$GPG_SIGNING_KEY" | gpg --show-keys --with-subkey-fingerprint

0 comments on commit 16b1deb

Please sign in to comment.