From 5a5f66733b9b70b3f713bfd47b865e0185d737ff Mon Sep 17 00:00:00 2001 From: adityap1337 Date: Wed, 7 Sep 2022 11:11:07 +0800 Subject: [PATCH] update --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 277e8c5..ff7b38d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,8 +26,8 @@ jobs: steps: - name: Deploy env: - CONFIG: ${{inputs.k8s-config}} - REGISTRY: ${{ inputs.registry }} + K8S_DEV: ${{secrets.K8S_DEV}} + REGISTRY: ${{ secrets.REGISTRY }} APP: ${{ inputs.app-name }} APPTARGET: ${{inputs.app-target}} run: |