From 4a4812b84ac2d9561923cbce486076e88cc0d639 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Fri, 7 Feb 2025 00:47:18 +0600 Subject: [PATCH] chore: zzvxc --- .gitea/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 47000f2..e06fab9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -45,8 +45,8 @@ jobs: ${{ vars.REGISTRY_URL }}/${{ steps.meta.outputs.REPO_NAME }}:latest - name: Deploy to cluster - uses: steebchen/kubectl@v2.1.1 + - uses: actions-hub/kubectl@master + env: + KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }} with: - config: ${{ secrets.KUBE_CONFIG_DATA }} - version: v1.32.0 - command: apply -f manifests/ \ No newline at end of file + args: apply -f manifests/ \ No newline at end of file