Skip to content

Commit 7ccec2a

Browse files
committed
add missing secret
1 parent db092a5 commit 7ccec2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# Trust the imported key ultimately to avoid trust prompts
2727
KEY_ID=$(gpg --list-secret-keys --with-colons | grep '^sec' | head -n1 | cut -d':' -f5)
2828
echo "KEY_ID=$KEY_ID" >> $GITHUB_ENV
29+
env:
30+
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2931

3032
- name: Create combined GPG keyring for chart-releaser
3133
run: |

0 commit comments

Comments
 (0)