Skip to content

Commit e386d5d

Browse files
authored
Fix secrets in helm ci (#7)
Signed-off-by: Josh Minor <[email protected]>
1 parent 7b03727 commit e386d5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/smarter-org-helm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ on:
99
jobs:
1010
release:
1111
uses: smarter-project/reusable-workflows/.github/workflows/smarter-org-helm.yml@main
12+
secrets:
13+
GPG_KEYRING_BASE64: ${{ secrets.GPG_KEYRING_BASE64 }}
14+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)