change kubeconfig

This commit is contained in:
mohand ou idir belfares
2026-06-08 10:56:58 +02:00
committed by GitHub
parent 96fcd76dae
commit 313537c3f5
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Setup kubeconfig
run: |
mkdir -p ~/.kube
echo "${{ secrets.KUBECONFIG_HETZNER }}" | base64 -d > ~/.kube/config
echo "${{ secrets.KUBECONFIG }}" | base64 -d > ~/.kube/config
- name: Setup Helm
uses: azure/setup-helm@v4