Skip to content

Commit

Permalink
debug key id
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Feb 26, 2024
1 parent e3c371a commit e9b0e3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cut-release-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,14 @@ jobs:
echo "$GPG_PRIVATE_KEY" | gpg --import
git config --global user.signingkey $GPG_KEY_ID
git config --global commit.gpgsign true
- name: Verify Key ID
run: |
# The following command prints the key IDs of all private keys in the keyring
# It does not expose private key material
gpg --list-secret-keys --keyid-format LONG | grep sec | awk '{print $2}' | cut -d'/' -f2

- name: Set Repo Name
run: |
Expand Down

0 comments on commit e9b0e3c

Please sign in to comment.