We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e6b77 commit db7e5a7Copy full SHA for db7e5a7
.github/workflows/release.yaml
@@ -49,10 +49,9 @@ jobs:
49
run: helm repo add bitnami https://charts.bitnami.com/bitnami
50
51
- 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 }}
+ run: |
+ echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
+ gpg --list-secret-keys --keyid-format LONG
56
57
- name: Run chart-releaser
58
uses: helm/[email protected]
0 commit comments