Skip to content

Commit db7e5a7

Browse files
committed
fixed workflow
1 parent c7e6b77 commit db7e5a7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
run: helm repo add bitnami https://charts.bitnami.com/bitnami
5050

5151
- name: Import GPG key
52-
uses: crazy-max/ghaction-import-gpg@v6
53-
with:
54-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
55-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
52+
run: |
53+
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
54+
gpg --list-secret-keys --keyid-format LONG
5655
5756
- name: Run chart-releaser
5857
uses: helm/[email protected]

0 commit comments

Comments
 (0)