From 1aa964043c1abf4208e850d25a59b1a2ef886532 Mon Sep 17 00:00:00 2001 From: "Mingor(100757)" Date: Wed, 18 Sep 2024 16:03:04 +0800 Subject: [PATCH] done. --- .github/workflows/auto-ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-ci-cd.yaml b/.github/workflows/auto-ci-cd.yaml index 18cde3c..ae496a3 100644 --- a/.github/workflows/auto-ci-cd.yaml +++ b/.github/workflows/auto-ci-cd.yaml @@ -50,5 +50,5 @@ jobs: - name: verify deployment uses: steebchen/kubectl@v2.0.0 with: - config: ${{ secrets.KUBE_CONFIG_DATA }} + config: ${{ secrets.NROP_K8S_CONFIG_DATA }} command: rollout status deployment/vue-cicd-k8s-sample \ No newline at end of file