Merge pull request #7 from Chexit/claude/add-yami-dev-stack-zHOMn
docs(yami): note that runner tokenFile must be env-file format (TOKEN…
This commit was merged in pull request #7.
This commit is contained in:
+4
-1
@@ -143,7 +143,10 @@ in
|
||||
};
|
||||
|
||||
# Runner uses DynamicUser, so there's no static gitea-runner user/group.
|
||||
# The token file is read by the root-run pre-start, so root owns it.
|
||||
# tokenFile is loaded via systemd EnvironmentFile, so the file MUST be in
|
||||
# env-file format, not a raw token:
|
||||
# TOKEN=<paste-registration-token-from-gitea-ui>
|
||||
# Get the token from Site Administration → Actions → Runners → Create new Runner.
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/gitea-runner 0700 root root -"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user