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:
|
||||
workflow_call:
|
||||
secrets:
|
||||
kubeconfig:
|
||||
description: kubeconfig stored as a base64 encrypted secret
|
||||
required: true
|
||||
domain:
|
||||
description: Main project deploy domain used in URLs
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue