aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2022-02-13 11:31:42 -0800
committerGravatar MarkKoz <[email protected]>2022-02-13 11:31:42 -0800
commit3838262f47d57928c5de594bb241caa6896ec670 (patch)
tree354bb8df85a08327ee8d2e30d00aeb418ae1cbb7 /.github
parentCI: 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.yaml3
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: