Merge pull request 'fix: add RENOVATE_ENDPOINT for Gitea self-hosted instance' (#192) from gandalf/pri-1534-renovate-endpoint into main
This commit is contained in:
@@ -16,11 +16,12 @@ jobs:
|
||||
env:
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_ENDPOINT: https://git.farh.net
|
||||
RENOVATE_AUTODISCOVER: "true"
|
||||
LOG_LEVEL: debug
|
||||
run: |
|
||||
npx renovate \
|
||||
--token="${RENOVATE_TOKEN}" \
|
||||
--platform=gitea \
|
||||
--autodiscover=true \
|
||||
--endpoint=https://git.farh.net \
|
||||
--configurationFile=renovate-config.json
|
||||
Reference in New Issue
Block a user