Compare commits
2 commits
62074aa470
...
cfa81929f2
Author | SHA1 | Date | |
---|---|---|---|
cfa81929f2 | |||
f34b2e2f6d |
1 changed files with 2 additions and 1 deletions
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
# Renovate is using this token to retrieve release notes
|
# Renovate is using this token to retrieve release notes
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }}
|
GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }}
|
||||||
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
||||||
LOG_LEVEL: info # debug | info | warn | error | fatal
|
LOG_LEVEL: debug # debug | info | warn | error | fatal
|
||||||
# Autodiscover is better suited for an extra repo running Renovate on all desired repos
|
# Autodiscover is better suited for an extra repo running Renovate on all desired repos
|
||||||
#RENOVATE_AUTODISCOVER: 'true'
|
#RENOVATE_AUTODISCOVER: 'true'
|
||||||
RENOVATE_CONFIG_FILE: renovate.json
|
RENOVATE_CONFIG_FILE: renovate.json
|
||||||
|
@ -38,6 +38,7 @@ jobs:
|
||||||
- name: Save log file
|
- name: Save log file
|
||||||
# FIXME: v4 of this action causes an error on Forgejo (“You must configure a GitHub token”)
|
# FIXME: v4 of this action causes an error on Forgejo (“You must configure a GitHub token”)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: renovate-log.ndjson
|
name: renovate-log.ndjson
|
||||||
path: renovate-log.ndjson
|
path: renovate-log.ndjson
|
||||||
|
|
Loading…
Add table
Reference in a new issue