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 db092a5 commit 7ccec2aCopy full SHA for 7ccec2a
.github/workflows/release.yml
@@ -26,6 +26,8 @@ jobs:
26
# Trust the imported key ultimately to avoid trust prompts
27
KEY_ID=$(gpg --list-secret-keys --with-colons | grep '^sec' | head -n1 | cut -d':' -f5)
28
echo "KEY_ID=$KEY_ID" >> $GITHUB_ENV
29
+ env:
30
+ GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
31
32
- name: Create combined GPG keyring for chart-releaser
33
run: |
0 commit comments