Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 11s

This commit is contained in:
2025-12-29 16:07:20 +01:00
parent f4f5aae63d
commit d09bd988bf

View File

@@ -15,17 +15,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- run: |
echo ${RENOVATE_TOKEN}
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
- name: Run cURL command
run: |
curl -H "Authorization: token ${RENOVATE_TOKEN}" https://gitea.crescentec.ch/api/v1/user
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate