Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Remove crazy-max/ghaction-import-gpg@v6 action
  • Loading branch information
alitpc25 committed Nov 26, 2023
1 parent a6dc627 commit 6808d4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4.1.1

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.RESQ_PASSPHRASE }}

- name: Decrypt and Extract project_env_prod
env:
RESQ_PASSPHRASE: ${{ secrets.RESQ_PASSPHRASE }}
Expand Down

0 comments on commit 6808d4b

Please sign in to comment.