ci / build-test (push) Failing after 20m4s
.gitea/workflows/ci.yml (из .github — Gitea сканирует оба пути, оставлен один канонический); deploy/gitea-runner: docker-compose act_runner с метками ubuntu-latest -> gitea/runner-images, .env.example и README (токен регистрации в .env, в git не попадает). Первый прогон — push этого коммита.
15 lines
662 B
Bash
15 lines
662 B
Bash
# Адрес инстанса Gitea
|
|
GITEA_INSTANCE_URL=https://gitea.khomegeneric.keenetic.pro
|
|
|
|
# Токен регистрации раннера: Gitea -> Site Administration (или репозиторий) -> Actions -> Runners
|
|
# -> Create new runner; либо API:
|
|
# curl -sk -u rust:ПАРОЛЬ -X GET \
|
|
# https://gitea.khomegeneric.keenetic.pro/api/v1/repos/rust/Deal/actions/runners/registration-token
|
|
RUNNER_TOKEN=
|
|
|
|
# Имя раннера в интерфейсе Gitea
|
|
RUNNER_NAME=deal-runner
|
|
|
|
# Метки для runs-on (по умолчанию хватает ubuntu-latest)
|
|
# RUNNER_LABELS=ubuntu-latest:docker://gitea/runner-images:ubuntu-latest
|