We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d633328 commit b94dcd1Copy full SHA for b94dcd1
.github/workflows/helm-chart-release.yml
@@ -35,6 +35,7 @@ jobs:
35
helm-chart-test:
36
if: github.event.inputs.skip-test != 'true' && contains(toJson(github.event.commits), '[skip test]') == false
37
uses: ./.github/workflows/helm-chart-test.yml
38
+ secrets: inherit
39
with:
40
release: ${{ github.event.inputs.release == 'true' }}
41
0 commit comments