Feature/automation #6

Merged
dutchie031 merged 39 commits from feature/automation into main 2026-07-30 12:26:55 +00:00
Showing only changes of commit 9a885e8b83 - Show all commits
+12
View File
@@ -92,6 +92,18 @@ jobs:
with:
fetch-depth: 0
- name: Setup Helm
uses: azure/setup-helm@v5
with:
version: 'latest'
id: install
- name: Setup kubectl
uses: azure/setup-kubectl@v5
with:
version: 'latest'
id: install
- name: Set up Kubeconfig
run: |
echo "${{ secrets.KUBECONFIG_CONTENT }}" > kubeconfig