Go to file
moweilin a4f8f5e4e7 打印input 2024-01-17 23:47:32 +08:00
dist 打印input 2024-01-17 23:47:32 +08:00
src 打印input 2024-01-17 23:47:32 +08:00
.gitignore build project 2024-01-17 22:44:09 +08:00
LICENSE Initial commit 2024-01-17 22:06:38 +08:00
README.md save to 0.0.2 2024-01-17 23:42:12 +08:00
action.yml save to 0.0.2 2024-01-17 23:42:12 +08:00
package-lock.json build project 2024-01-17 22:44:09 +08:00
package.json 打印input 2024-01-17 23:47:32 +08:00

README.md

action-kubernetes-login

This action create kubeconfig

Inputs

kuebconfig

Required The text of the kubeconfig. Default "".

Example usage

uses: git.qtoa.cn/actions/action-kubernetes-login@0.0.1
with:
  kubeconfig: ${{ secrets.KUBE_CONFIG }}
  force: true