fix: add RENOVATE_ENDPOINT for Gitea self-hosted instance
Phase 4 Gitea migration — Renovate CLI needs the endpoint URL to connect to the self-hosted git.farh.net instance. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
c73ab6079b
commit
eb644ea738
@@ -16,11 +16,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
|
RENOVATE_ENDPOINT: https://git.farh.net
|
||||||
RENOVATE_AUTODISCOVER: "true"
|
RENOVATE_AUTODISCOVER: "true"
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
run: |
|
run: |
|
||||||
npx renovate \
|
npx renovate \
|
||||||
--token="${RENOVATE_TOKEN}" \
|
--token="${RENOVATE_TOKEN}" \
|
||||||
--platform=gitea \
|
--platform=gitea \
|
||||||
--autodiscover=true \
|
--endpoint=https://git.farh.net \
|
||||||
--configurationFile=renovate-config.json
|
--configurationFile=renovate-config.json
|
||||||
Reference in New Issue
Block a user