Some checks failed
LabFusion CI/CD Pipeline / api-docs (push) Failing after 2m37s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 2m40s
LabFusion CI/CD Pipeline / frontend (push) Failing after 4s
Docker Build and Push / build-and-push (push) Failing after 3m38s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Integration Tests / integration-tests (push) Failing after 4s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 1m56s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
15 lines
584 B
Plaintext
15 lines
584 B
Plaintext
# Gitea Runners Environment Configuration
|
|
# Copy this file to .env.runners and update with your actual values
|
|
|
|
# Gitea instance URL (adjust port if different)
|
|
GITEA_INSTANCE_URL=http://localhost:3000
|
|
|
|
# Runner registration token (get this from Gitea Admin > Actions > Runners)
|
|
GITEA_RUNNER_REGISTRATION_TOKEN=your_runner_registration_token_here
|
|
|
|
# Optional: Override runner names
|
|
# GITEA_RUNNER_NAME_HEAVY=labfusion-runner-heavy
|
|
# GITEA_RUNNER_NAME_LIGHT=labfusion-runner-light
|
|
# GITEA_RUNNER_NAME_DOCKER=labfusion-runner-docker
|
|
# GITEA_RUNNER_NAME_SECURITY=labfusion-runner-security
|