try to get repo by env
All checks were successful
renovate / renovate (push) Successful in 24s

This commit is contained in:
Oliver Lippert 2024-01-21 04:12:59 +01:00
parent 37f46e4751
commit 1818d8d7ad
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -23,4 +23,4 @@ jobs:
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/renovate.json" RENOVATE_CONFIG_FILE: "${{ github.workspace }}/renovate.json"
RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1 RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_REPOSITORIES: ${{ format('["{0}"]', env.GITHUB_REPOSITORY) }} RENOVATE_REPOSITORIES: ${{ format('["{0}"]', $GITHUB_REPOSITORY) }}