From cdfaf9d1a3e33af272b80a5abaa7f381d04e7c84 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 23 Feb 2025 17:48:34 +0100 Subject: [PATCH] fix secrets --- .woodpecker/renovate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.woodpecker/renovate.yml b/.woodpecker/renovate.yml index 1d3b865..b8cf8c3 100644 --- a/.woodpecker/renovate.yml +++ b/.woodpecker/renovate.yml @@ -16,6 +16,10 @@ steps: RENOVATE_CONFIG_FILE: config.js LOG_LEVEL: debug RENOVATE_DRY_RUN: full + RENOVATE_TOLEN: + from_secret: renovate_token + GITHUB_COM_TOKEN: + from secret: github_com_token when: - event: push @@ -26,6 +30,10 @@ steps: environment: RENOVATE_CONFIG_FILE: config.js LOG_LEVEL: info + RENOVATE_TOLEN: + from_secret: renovate_token + GITHUB_COM_TOKEN: + from secret: github_com_token when: - event: cron cron: renovate