Skip to content

Commit

Permalink
Check for private keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 25, 2024
1 parent 9fd78be commit 0fda08a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Install GPG secret key
run: echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --import

- name: Check Imported GPG Keys
run: gpg --list-secret-keys --keyid-format LONG

- name: Retrieve bearer token
id: get_bearer_token
run: |
Expand Down

0 comments on commit 0fda08a

Please sign in to comment.