diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 782dbfb6f..f4ffb5901 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,6 +19,7 @@ jobs: uses: renovatebot/github-action@v40.2.10 with: configurationFile: renovate.json5 + token: ${{ secrets.GITHUB_TOKEN }} env: RENOVATE_REPOSITORIES: ${{ github.repository }} LOG_LEVEL: debug