v0.3.0-6: add commented Turborepo Remote Cache env block to config.yaml

Adds TURBO_API / TURBO_TOKEN / TURBO_TEAM example env vars (all
commented) under runner.envs, pointing at http://host.containers.internal:3128
for use with the new turborepo-remote-cache package.
This commit is contained in:
2026-04-08 13:25:57 +02:00
parent 04091ede75
commit b7908638b7
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
Name: gitea-act_runner
Version: 0.3.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Gitea act runner service.
License: MIT
Group: System Environment/Base
@@ -116,6 +116,11 @@ fi
%dir /var/cache/act-runner/pnpm-store
%changelog
* Wed Apr 08 2026 Zoran Pericic <zpericic@netst.org> - 0.3.0-6
- Add commented Turborepo Remote Cache env block to config.yaml
(TURBO_API/TURBO_TOKEN/TURBO_TEAM) for use with the new
turborepo-remote-cache package
* Wed Apr 08 2026 Zoran Pericic <zpericic@netst.org> - 0.3.0-5
- Fix gitea-runner UID/GID to 125 for stable user@125.service unit name
- Use BindsTo= for gitea-runner-podman.service dependency