Skip to content

Commit

Permalink
list more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Oct 16, 2023
1 parent 4500aea commit 2dd6fe6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/debug-gpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: debug

on:
workflow_dispatch:
push:
branches:
- debug-gpg

run-name: debug gpg stuff
jobs:
Expand All @@ -20,4 +17,6 @@ jobs:
echo "$GPG_SIGNING_KEY" | gpg --batch --import
- name: check identities
run: |
gpg --fingerprint
gpg --list-keys
gpg --list-signatures

0 comments on commit 2dd6fe6

Please sign in to comment.