Skip to content

Commit

Permalink
Update tetrisaks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalpmh authored Sep 4, 2024
1 parent dc0d902 commit edd0644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tetrisaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Kubernetes CLI
uses: azure/setup-kubectl@v1

- name: Set up Kubeconfig
run: |
echo "${{ secrets.KUBE_CONFIG_DATA }}" | base64 -d > $HOME/.kube/config
Expand Down

0 comments on commit edd0644

Please sign in to comment.