.gitea/workflows/ci.yml (из .github — Gitea сканирует оба пути, оставлен один канонический); deploy/gitea-runner: docker-compose act_runner с метками ubuntu-latest -> gitea/runner-images, .env.example и README (токен регистрации в .env, в git не попадает). Первый прогон — push этого коммита.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Адрес инстанса 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
|
||||
Reference in New Issue
Block a user