define the github token for renovate

This commit is contained in:
Tobias Brunner 2025-05-27 14:58:00 +02:00
parent 67a76e7f4c
commit 3976d2905b
No known key found for this signature in database

View file

@ -27,3 +27,4 @@ jobs:
RENOVATE_ENDPOINT: ${{ vars.RENOVATE_ENDPOINT }}
RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}