Skip to content

Commit

Permalink
Testing Full Cycle with Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuss committed Oct 13, 2024
1 parent 16f5dec commit 46e5540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: Decode and set kubeconfig
run: |
mkdir -p $HOME/.kube
cat kubeconfig_base64.txt | base64 --decode > $HOME/.kube/config
shell: bash

Expand Down

0 comments on commit 46e5540

Please sign in to comment.