gitea icon indicating copy to clipboard operation
gitea copied to clipboard

act_runner won't start on permission denied

Open LeenHawk opened this issue 3 months ago • 1 comments

Description

Same as 30197

  1. I have installed act_runner according to your instructions (last version)
  2. The runner is registered at the installation level of Gitea (last version)
  3. But when I execute ./act_runner daemon I get the following error:
INFO[2024-11-24T05:58:45Z] Starting runner daemon
ERRO[2024-11-24T05:58:45Z] fail to invoke Declare                        error="permission_denied: 403 Forbidden"
Error: permission_denied: 403 Forbidden

Gitea Version

act_runner version v0.2.11 Gitea version 1.22.3 built with GNU Make 4.3, go1.22.8 : bindata, sqlite, sqlite_unlock_notify

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

Debian 12

How are you running Gitea?

Just as simplest gitea action installation flow. And it's only reproducible on Azure VM. I guess some settings need to be fixed.

Database

PostgreSQL

LeenHawk avatar Nov 24 '24 06:11 LeenHawk