21 lines
317 B
Markdown
21 lines
317 B
Markdown
# action-kubernetes-login
|
|
|
|
This action create kubeconfig
|
|
|
|
## Inputs
|
|
|
|
### `kuebconfig`
|
|
|
|
**Required** The text of the kubeconfig. Default `""`.
|
|
|
|
|
|
|
|
## Example usage
|
|
|
|
```yaml
|
|
uses: git.qtoa.cn/actions/action-kubernetes-login@0.0.6
|
|
with:
|
|
kubeconfig: ${{ secrets.KUBE_CONFIG }}
|
|
configFileName: config
|
|
force: true
|
|
``` |