Add GitHub token
All checks were successful
ci/woodpecker/push/dryRun Pipeline was successful
ci/woodpecker/manual/renovate Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful

This commit is contained in:
Oliver Traber 2024-04-06 01:24:13 +02:00
parent 674cedfaef
commit 67a4122fe3
Signed by: Bluemedia
GPG key ID: C0674B105057136C
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ steps:
renovateDryRun: renovateDryRun:
image: renovate/renovate image: renovate/renovate
pull: true pull: true
secrets: [ renovate_token ] secrets: [ renovate_token, GITHUB_COM_TOKEN ]
commands: commands:
- renovate - renovate
environment: environment:

View file

@ -10,8 +10,8 @@ steps:
renovate: renovate:
image: renovate/renovate image: renovate/renovate
pull: true pull: true
secrets: [ renovate_token ] secrets: [ renovate_token, GITHUB_COM_TOKEN ]
commands: commands:
- renovate - renovate
environment: environment:
RENOVATE_CONFIG_FILE: config.yml RENOVATE_CONFIG_FILE: config.yml