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 e26fe13 commit eadc81aCopy full SHA for eadc81a
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
- name: Import GPG key
36
run: |
37
echo -e "$GPG_PRIVATE_KEY" | gpg --batch --yes --import -
38
- gpg --list-secret-keys
39
gpg --export > ~/.gnupg/pubring.gpg
40
gpg --export-secret-keys > ~/.gnupg/secring.gpg
41
env:
@@ -55,5 +54,6 @@ jobs:
55
54
uses: helm/chart-releaser-action@v1
56
57
CR_KEY: ${{ secrets.CR_KEY }}
+ CR_KEYRING: ~/.gnupg/secring.gpg
58
CR_SIGN: true
59
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments