diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 30007ee..34f951f 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -15,8 +15,9 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:latest steps: - - uses: actions/checkout@v4 - run: echo "Token length: ${{ secrets.RENOVATE_TOKEN | length }}" + + - uses: actions/checkout@v4 - run: renovate env: RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js