feat: add homelab-deploy workflow
Some checks failed
semantic-release / release (push) Failing after 30s

This commit is contained in:
lucasdpt
2026-04-11 15:41:21 +02:00
parent af9368d8ca
commit 4689724684
3 changed files with 78 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ on:
type: string
default: ""
secrets:
token:
TOKEN:
required: true
jobs:
@@ -55,14 +55,14 @@ jobs:
steps:
- name: Install yq
run: |
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64
chmod +x /usr/local/bin/yq
- name: Checkout ArgoCD repo
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: ${{ inputs.argocd-repo }}
token: ${{ secrets.token }}
token: ${{ secrets.TOKEN }}
github-server-url: ${{ inputs.server-url }}
- name: Update Helm chart version