This commit is contained in:
adityap1337
2022-09-06 19:39:04 +08:00
parent 0f6cde882b
commit 457a707079

View File

@@ -12,9 +12,9 @@ on:
registry:
required: true
type: string
secrets:
k8s-config:
required: true
type: string
jobs:
deploy-k8s:
@@ -23,7 +23,7 @@ jobs:
steps:
- name: Deploy
env:
CONFIG: ${{secrets.k8s-config}}
CONFIG: ${{inputs.k8s-config}}
REGISTRY: ${{ inputs.registry }}
APP: ${{ inputs.app-name }}
APPTARGET: ${{inputs.app-target}}