diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 0897abd..ca1e772 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -22,7 +22,7 @@ jobs: - name: Run cURL command 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: RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}