Skip to content

feat: blank pages, folder structure and active links #13

feat: blank pages, folder structure and active links

feat: blank pages, folder structure and active links #13

Workflow file for this run

name: Debug kube
on:
workflow_dispatch:
push:
branches:
- "feat/**"
- "fix/**"
jobs:
dump:
name: Debug kube
runs-on: ubuntu-latest
steps:
- uses: azure/setup-kubectl@v3
- name: extract kubeconfig
run: |
echo -n "${{secrets.KUBECONFIG}}" | base64 --decode > kubeconfig
- name: list kube data
run: |
KUBECONFIG=./kubeconfig kubectl config get-contexts