Skip to content

Commit b94dcd1

Browse files
committed
[ci] Test workflow inherit secrets from release workflow
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent d633328 commit b94dcd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-chart-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
helm-chart-test:
3636
if: github.event.inputs.skip-test != 'true' && contains(toJson(github.event.commits), '[skip test]') == false
3737
uses: ./.github/workflows/helm-chart-test.yml
38+
secrets: inherit
3839
with:
3940
release: ${{ github.event.inputs.release == 'true' }}
4041

0 commit comments

Comments
 (0)