Update .gitea/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 7s

This commit is contained in:
2025-12-29 15:53:47 +01:00
parent ce25254fe7
commit cf32005aca

View File

@@ -22,7 +22,7 @@ jobs:
- name: Run cURL command - name: Run cURL command
run: | run: |
curl -H "Authorization: token ${#RENOVATE_TOKEN}" https://gitea.crescentec.ch/api/v1/user curl -H "Authorization: token ${RENOVATE_TOKEN}" https://gitea.crescentec.ch/api/v1/user
env: env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}