Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
try install gpg again
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent f3d9599 commit c12c71f
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 @@ -13,6 +13,9 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]

- name: Install GPG
run: sudo apt-get update && sudo apt-get install -y gnupg

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

0 comments on commit c12c71f

Please sign in to comment.