I'm trying to register my runner, and must be doing something wrong. Followed Using Forgejo Actions (Self-hosted), could not find Advanced Settings to enable actions, but I assumed Actions are enabled since I got the Actions button with the token, and one codeberg action is present.
docker run --rm -v $PWD/forgejo-runner-data:/data -it code.forgejo.org/forgejo/runner:5.0.3 forgejo-runner register
INFO Registering runner, arch=amd64, os=linux, version=v5.0.3.
WARN Runner in user-mode.
INFO Enter the Forgejo instance URL (for example, https://next.forgejo.org/):
https://code.forgejo.org/
INFO Enter the runner token:
c7JM****bDQk
INFO Enter the runner name (if set empty, use hostname: ff431455a569):
sledge-forgejo-runner
INFO Enter the runner labels, leave blank to use the default labels (comma-separated, for example, ubuntu-20.04:docker://node:20-bookworm,ubuntu-18.04:docker://node:20-bookworm):
INFO Registering runner, name=sledge-forgejo-runner, instance=https://code.forgejo.org/, labels=[docker:docker://node:20-bullseye].
DEBU Successfully pinged the Forgejo instance server
ERRO poller: cannot register new runner error="unknown: runner registration token not found"
FATA Failed to register runner: unknown: runner registration token not found
I would appreciate a word of advice. Thanks.
### Comment
I'm trying to register my runner, and must be doing something wrong. Followed [Using Forgejo Actions (Self-hosted)](https://docs.codeberg.org/ci/actions/), could not find **Advanced Settings** to enable actions, but I assumed Actions are enabled since I got the Actions button with the token, and one codeberg action is present.
```
docker run --rm -v $PWD/forgejo-runner-data:/data -it code.forgejo.org/forgejo/runner:5.0.3 forgejo-runner register
INFO Registering runner, arch=amd64, os=linux, version=v5.0.3.
WARN Runner in user-mode.
INFO Enter the Forgejo instance URL (for example, https://next.forgejo.org/):
https://code.forgejo.org/
INFO Enter the runner token:
c7JM****bDQk
INFO Enter the runner name (if set empty, use hostname: ff431455a569):
sledge-forgejo-runner
INFO Enter the runner labels, leave blank to use the default labels (comma-separated, for example, ubuntu-20.04:docker://node:20-bookworm,ubuntu-18.04:docker://node:20-bookworm):
INFO Registering runner, name=sledge-forgejo-runner, instance=https://code.forgejo.org/, labels=[docker:docker://node:20-bullseye].
DEBU Successfully pinged the Forgejo instance server
ERRO poller: cannot register new runner error="unknown: runner registration token not found"
FATA Failed to register runner: unknown: runner registration token not found
```
I would appreciate a word of advice. Thanks.