fix: added renovate token with proper permissions

This commit is contained in:
2025-12-22 12:59:24 +01:00
parent 6701a4b392
commit 5e86615bde

View File

@@ -15,7 +15,7 @@ jobs:
env: env:
RENOVATE_PLATFORM: "gitea" RENOVATE_PLATFORM: "gitea"
RENOVATE_ENDPOINT: "https://gitea.iswearihadsomethingforthis.net/api/v1" RENOVATE_ENDPOINT: "https://gitea.iswearihadsomethingforthis.net/api/v1"
RENOVATE_TOKEN: "${{ secrets.G1T34_TOKEN }}" RENOVATE_TOKEN: "${{ secrets.RENOVATE_TOKEN }}"
RENOVATE_REPOSITORIES: '["${{ gitea.repository }}"]' RENOVATE_REPOSITORIES: '["${{ gitea.repository }}"]'
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@bot.local>" RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@bot.local>"
# Might need a free github token if lots of depencies # Might need a free github token if lots of depencies