Compare commits

...

1 Commits

Author SHA1 Message Date
repair-agent
8b54028f28 fix: auto repair bugs #85 2026-04-02 17:25:13 +08:00

View File

@ -70,11 +70,12 @@ jobs:
chmod +x kubectl
mv kubectl /usr/local/bin/
- name: Deploy to K3s
uses: Azure/k8s-set-context@v3
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
- name: Setup Kubeconfig
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBE_CONFIG }}" > $HOME/.kube/config
chmod 600 $HOME/.kube/config
echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
- name: Update K8s Manifests
id: deploy