Skip to content

Commit

Permalink
export secring.gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 3, 2024
1 parent d18635b commit b78c3fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: export secring
run: |
gpg --export-secret-keys >~/.gnupg/secring.gpg
- name: helm deploy
uses: koslib/helm-eks-action@master
env:
Expand Down

0 comments on commit b78c3fa

Please sign in to comment.