fix: renovate token (#7)

This commit is contained in:
Morten Olsen
2025-09-13 12:43:36 +02:00
committed by GitHub
parent 4a7a84919c
commit bf6cf818c4
4 changed files with 18 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
- cron: "0 */6 * * *"
jobs:
renovate:
runs-on: ubuntu-latest
@@ -12,4 +12,4 @@ jobs:
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.2.2
with:
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}