fix: use internal Gitea URL for API calls
Runner is inside K8s cluster and cannot reach external URL
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
GITEA_URL: https://git.unbound.se
|
||||
GITEA_URL: http://gitea-http.gitea.svc.cluster.local:3000
|
||||
RELEASE_TOKEN_FILE: /runner-secrets/release-token
|
||||
GIT_CLIFF_VERSION: "2.10.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user