Skip to content

Commit

Permalink
Conver gpg keystore to legacy format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-french committed Jan 1, 2024
1 parent ae371af commit 5cb5dd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}

- name: Convert GPG to legacy version
run: |
gpg --batch --export >~/.gnupg/pubring.gpg
gpg --batch --pinentry-mode=loopback --yes --passphrase "${{ secrets.PASSPHRASE }}" --export-secret-keys >~/.gnupg/secring.gpg
- name: Add dependency chart repos
run: |
helm repo add teleport https://charts.releases.teleport.dev
Expand Down

0 comments on commit 5cb5dd2

Please sign in to comment.