diff options
-rw-r--r-- | .github/workflows/deploy.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c4020b9..3b12921 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -7,6 +7,9 @@ on: tag: required: true type: string + secrets: + KUBECONFIG: + required: true jobs: deploy: |