Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
debug gpg
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 6808d4b commit f3d9599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout Repository
uses: actions/[email protected]

- name: Debug GPG Key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
- name: Decrypt and Extract project_env_prod
env:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}
Expand Down

0 comments on commit f3d9599

Please sign in to comment.