Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
revert changes
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent d39175e commit d8ddcaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Retrieve the kubeconfig and decode it to a file
env:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
shell: pwsh
run: |
write-host "base64 = '$([System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes($env:KUBECONFIG)))'"
mkdir ~/.kube
echo "$KUBECONFIG" > ~/.kube/config
- name: Test
run: |
kfk
Expand Down

0 comments on commit d8ddcaf

Please sign in to comment.