Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

feat:remove nextauth from k secretes #49

feat:remove nextauth from k secretes

feat:remove nextauth from k secretes #49

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