diff options
author | 2022-02-13 11:31:42 -0800 | |
---|---|---|
committer | 2022-02-13 11:31:42 -0800 | |
commit | 3838262f47d57928c5de594bb241caa6896ec670 (patch) | |
tree | 354bb8df85a08327ee8d2e30d00aeb418ae1cbb7 /.github | |
parent | CI: pass KUBECONFIG secret to build workflow (diff) |
CI: define KUBECONFIG secret as required in build workflow
Diffstat (limited to '.github')
-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: |