Add GitHub token

This commit is contained in:
Oliver Traber 2024-04-06 01:23:09 +02:00
parent 674cedfaef
commit 01487a4443
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 3 additions and 1 deletions

View file

@ -16,3 +16,4 @@ steps:
RENOVATE_CONFIG_FILE: config.yml
RENOVATE_DRY_RUN: full
LOG_LEVEL: debug
secrets: [ GITHUB_COM_TOKEN ]

View file

@ -14,4 +14,5 @@ steps:
commands:
- renovate
environment:
RENOVATE_CONFIG_FILE: config.yml
RENOVATE_CONFIG_FILE: config.yml
secrets: [ GITHUB_COM_TOKEN ]