Update .github/workflows/renovate.yml

This commit is contained in:
Tobi Schäfer 2025-01-03 11:59:50 +00:00
parent cbb6599ce0
commit c1e9371f6b

View file

@ -1,9 +1,8 @@
name: Run Renovate name: Run Renovate
on: on:
workflow_dispatch schedule:
#schedule: - cron: "13 * * * *"
# - cron: "13 * * * *"
jobs: jobs:
renovate: renovate:
@ -31,7 +30,7 @@ jobs:
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORY_CACHE: 'enabled' RENOVATE_REPOSITORY_CACHE: 'enabled'
# github.token is not working here, it lacks some permissions required by Renovate # github.token is not working here, it lacks some permissions required by Renovate
RENOVATE_TOKEN: ${{ secrets.renovate_token }} #${{ github.token }} RENOVATE_TOKEN: ${{ secrets.renovate_token }}
- name: Save log file - name: Save log file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3