{{ctx.Locale.Tr "actions.runners.runner_setup.last_chance_copying_token"}}
server:
connections:
forgejo:
url: {{.AppURL}}
uuid: {{.Runner.UUID}}
token: {{.Runner.Token}}
{{ctx.Locale.Tr "actions.runners.runner_setup.instruction_replace_connection_name"}}
$ echo -n "{{.Runner.Token}}" > /path/to/runner-token
$ forgejo-runner daemon \
--url {{.AppURL}} \
--uuid {{.Runner.UUID}} \
--token-url file:///path/to/runner-token \
--label docker:docker://node:lts
{{ctx.Locale.Tr "actions.runners.runner_setup.instruction_advanced_configurations"}}