Skip to content

Commit

Permalink
get config from gh
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Mar 21, 2024
1 parent 7d4e354 commit c7b2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG }}
run: |
mkdir ~/.kube
echo "$KUBECONFIG_CONTENT" > ~/.kube/config
curl https://raw.githubusercontent.com/SystemCraftsman/strimzi-kafka-cli/main/tests/files/yaml/kubeconfig > ~/.kube/config
- name: Test
run: |
Expand Down

0 comments on commit c7b2fe4

Please sign in to comment.