Skip to content

Commit

Permalink
ci: add Helm step
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Aug 25, 2024
1 parent 51007d5 commit 05823d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-tulip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Install kubectl
uses: Azure/[email protected]

- name: Install Helm
uses: Azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Add kubeconfig
env:
KUBECTLCONFFULL: ${{ secrets.KUBECONFIG }}
Expand Down

0 comments on commit 05823d6

Please sign in to comment.