About actions act_runner installation #10623

Closed
opened 2025-11-02 09:13:01 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @pencail on GitHub (Apr 10, 2023).

Description

I installed GiTea and act_runners implemented Gitea Actions
But,After running the ./act_runner daemon command,show

INFO[0000] Starting runner daemon
INFO[2023-04-10T15:11:14+08:00] gc: 2023-04-10 15:11:14.353469657 +0800 CST m=+0.026311088 module=cache_request
ERRO[2023-04-10T15:11:14+08:00] failed to fetch task error="unknown: rpc error: code = Unauthenticated desc = unregistered runner"
ERRO[2023-04-10T15:11:16+08:00] failed to fetch task error="unknown: rpc error: code = Unauthenticated desc = unregistered runner"
ERRO[2023-04-10T15:11:18+08:00] failed to fetch task error="unknown: rpc error: code = Unauthenticated desc = unregistered runner"

How should this problem be solved?
Since you are not logged into the Gitea act_runner website, submit a LSSUES here

Gitea Version

1.19.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

image

Git Version

No response

Operating System

No response

How are you running Gitea?

used one of your downloads,Managed by SystemCtl,Use the OpenEuler system,A system very similar to CentOS

Database

None

Originally created by @pencail on GitHub (Apr 10, 2023). ### Description I installed GiTea and act_runners implemented Gitea Actions But,After running the ./act_runner daemon command,show INFO[0000] Starting runner daemon INFO[2023-04-10T15:11:14+08:00] gc: 2023-04-10 15:11:14.353469657 +0800 CST m=+0.026311088 module=cache_request ERRO[2023-04-10T15:11:14+08:00] failed to fetch task error="unknown: rpc error: code = Unauthenticated desc = unregistered runner" ERRO[2023-04-10T15:11:16+08:00] failed to fetch task error="unknown: rpc error: code = Unauthenticated desc = unregistered runner" ERRO[2023-04-10T15:11:18+08:00] failed to fetch task error="unknown: rpc error: code = Unauthenticated desc = unregistered runner" How should this problem be solved? Since you are not logged into the Gitea act_runner website, submit a LSSUES here ### Gitea Version 1.19.0 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots ![image](https://user-images.githubusercontent.com/21018076/230850513-a463b14e-8a7f-4df5-bac4-27da87f97bed.png) ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? used one of your downloads,Managed by SystemCtl,Use the OpenEuler system,A system very similar to CentOS ### Database None
GiteaMirror added the type/questionissue/needs-feedback labels 2025-11-02 09:13:01 -06:00
Author
Owner

@lunny commented on GitHub (Apr 10, 2023):

You need to register runner first. ./act_runner register --instance http://192.168.8.8:3000 --token <my_runner_token> --no-interactive

@lunny commented on GitHub (Apr 10, 2023): You need to register runner first. `./act_runner register --instance http://192.168.8.8:3000 --token <my_runner_token> --no-interactive`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10623