Use gitea checkout
All checks were successful
renovate / renovate (push) Successful in 21s

This commit is contained in:
Valentin Brandl 2024-04-18 13:55:34 +02:00
parent 451a94e06c
commit ebdbf80fae

View File

@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.303.2
steps:
- uses: actions/checkout@v4
- name: Checkout sources
uses: https://gitea.com/actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}