- ExecStart path matches the actual install location (/usr/local/sbin) - .gitignore: bare '.runner' so the secret is ignored in any dir (was only runner/.runner) - step 5: register inside ~/forgejo-runner (subshell), fix stray cd that broke the later 'cp runner/...' paths; note how to relocate a misplaced .runner Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
287 B
Text
9 lines
287 B
Text
# Forgejo runner registration file — contains a secret, never commit.
|
|
# Bare `.runner` (no slash) matches it in any directory, incl. the repo root.
|
|
.runner
|
|
runner/.runner
|
|
*.env
|
|
|
|
# Local secret notes — backup of credentials kept off git. NEVER commit.
|
|
secrets.local.md
|
|
*.local.secret
|