feat: add homelab-deploy workflow
Some checks failed
semantic-release / release (push) Failing after 30s
Some checks failed
semantic-release / release (push) Failing after 30s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user