Skip to content

Commit

Permalink
load to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Feb 13, 2025
1 parent f585c38 commit 0a94a43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
sudo snap install konf
- name: Configure kubectl
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
run: |
printf "%s" "${{ secrets.KUBE_CONFIG }}" > kubeconfig
echo "$KUBE_CONFIG" > kubeconfig
export KUBECONFIG=kubeconfig
- name: Deploy application
Expand Down

0 comments on commit 0a94a43

Please sign in to comment.