Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit f13b96a

Browse files
authored
Update Kubeconfig setup directory path
1 parent ba4e005 commit f13b96a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Setup Kubeconfig
128128
run: |
129-
mkdir -p ${{ runner.temp }}/.kube
129+
mkdir -p ~/.kube
130130
echo "${{ secrets.KUBECONFIG_DATA }}" | base64 -d > ~/.kube/config
131131
chmod 600 ~/.kube/config
132132

0 commit comments

Comments
 (0)