Compare commits

..

No commits in common. "d3167312345fb87751ed8b587670eaca797f0f50" and "df3963f59ab78aa70bf964fce310d274a2a8b76b" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: docker runs-on: docker
env:
RENOVATE_PLATFORM: 'gitea'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.0 uses: actions/checkout@v4.2.0
@ -23,4 +21,4 @@ jobs:
uses: https://github.com/renovatebot/github-action@v40.2.10 uses: https://github.com/renovatebot/github-action@v40.2.10
with: with:
renovate-version: 38.101.1 renovate-version: 38.101.1
token: ${{ secrets.RENOVATE_PAT }} token: ${{ secrets.RENOVATE_TOKEN }}