Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Feb 26, 2024
1 parent e9b0e3c commit ed8c72a
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 @@ -312,6 +312,14 @@ jobs:
with:
ssh-key: ${{ secrets.GH_PAT }}

- name: Import GPG Key and List Key IDs
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
run: |
echo "$GPG_PRIVATE_KEY" | gpg --import
# Directly list the keys to see all available information
gpg --list-secret-keys --keyid-format LONG
- name: Import GPG Key
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit ed8c72a

Please sign in to comment.