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