Skip to content

Commit

Permalink
beta-test listing keys for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
digilob committed Nov 21, 2024
1 parent 52037db commit f328588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/beta-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
git tag -a v${{ steps.new_version.outputs.new_version }} -m "Tagging v${{ steps.new_version.outputs.new_version }}"
git push origin v${{ steps.new_version.outputs.new_version }}
- name: List GPG Keys
run: gpg --list-secret-keys --keyid-format LONG

- name: Configure GPG
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --yes --import
Expand Down

0 comments on commit f328588

Please sign in to comment.