We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c15a1 commit 71d0523Copy full SHA for 71d0523
.github/workflows/chart-ci.yaml
@@ -20,6 +20,9 @@ permissions: read-all
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.ref }}
22
cancel-in-progress: true
23
+env:
24
+ PATH: ${{ secrets.KUBECTL_PATH }}:$PATH
25
+ KUBECONFIG: ${{ secrets.KUBECONFIG_PATH }}
26
jobs:
27
helm-ci:
28
runs-on: kubectl
@@ -43,5 +46,3 @@ jobs:
43
46
- name: Helm Lint, Install, and Test
44
47
if: steps.changed.outputs.changed == 'true'
45
48
run: ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci
- env:
- KUBECONFIG: ${{ secrets.KUBECONFIG_PATH }}
0 commit comments