Remove useless secret import
This commit is contained in:
parent
3fd9f79dce
commit
4215054302
1 changed files with 0 additions and 3 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -3,9 +3,6 @@ name: Deploy
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
secrets:
|
secrets:
|
||||||
kubeconfig:
|
|
||||||
description: kubeconfig stored as a base64 encrypted secret
|
|
||||||
required: true
|
|
||||||
domain:
|
domain:
|
||||||
description: Main project deploy domain used in URLs
|
description: Main project deploy domain used in URLs
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue