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 1954193 commit dc0d902
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tetrisaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Kubernetes CLI
uses: azure/setup-kubectl@v1
with:
version: '1.26.0' # Specify the Kubernetes version you need

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

0 comments on commit dc0d902

Please sign in to comment.