From ea288712a87be27f9075504c1b49ca8141415d62 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Fri, 22 May 2026 16:31:42 +0200 Subject: [PATCH] fix flux updating in renovate --- .woodpecker/renovate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/renovate.yaml b/.woodpecker/renovate.yaml index 8c45845..5515ba3 100644 --- a/.woodpecker/renovate.yaml +++ b/.woodpecker/renovate.yaml @@ -27,6 +27,8 @@ steps: RENOVATE_ENDPOINT: https://gitea.lumpiasty.xyz/api/v1 RENOVATE_PLATFORM: gitea RENOVATE_GIT_AUTHOR: Renovate Bot + # Required for flux artifact regeneration (gotk-components.yaml); containerbase installs flux on demand + RENOVATE_BINARY_SOURCE: install commands: - export RENOVATE_TOKEN=$(cat /woodpecker/renovate_token) - export GITHUB_COM_TOKEN=$(cat /woodpecker/github_com_token)